You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::CopyObjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CopyObjectResult
- Defined in:
- (unknown)
Overview
Container for all response elements.
Returned by:
Instance Attribute Summary collapse
-
#etag ⇒ String
Returns the ETag of the new object.
-
#last_modified ⇒ Time
Returns the date that the object was last modified.
Instance Attribute Details
#etag ⇒ String
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied object.
#last_modified ⇒ Time
Returns the date that the object was last modified.