PHP Class Scalr\Service\Aws\S3\DataType\CopyObjectResponseData

Since: 21.12.2012
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\S3\AbstractS3DataType
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$bucketName string Destination Bucket Name
$eTag string The ETag only reflects changes to the contents of an object, not its metadata
$headers array Array of response headers
$lastModified DateTime Last modified
$objectName string Destination Object Name

Property Details

$bucketName public property

Destination Bucket Name
public string $bucketName
return string

$eTag public property

The ETag only reflects changes to the contents of an object, not its metadata
public string $eTag
return string

$headers public property

Array of response headers
public array $headers
return array

$lastModified public property

Last modified
public DateTime $lastModified
return DateTime

$objectName public property

Destination Object Name
public string $objectName
return string