Class: Aws::S3::Types::CopyPartResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CopyPartResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
Entity tag of the object.
-
#last_modified ⇒ Time
Date and time at which the object was uploaded.
Instance Attribute Details
#etag ⇒ String
Entity tag of the object.
1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-s3/types.rb', line 1201 class CopyPartResult < Struct.new( :etag, :last_modified) include Aws::Structure end |
#last_modified ⇒ Time
Date and time at which the object was uploaded.
1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-s3/types.rb', line 1201 class CopyPartResult < Struct.new( :etag, :last_modified) include Aws::Structure end |