Class: Aws::S3::Types::CopyObjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CopyObjectResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#etag ⇒ String
1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-s3/types.rb', line 1220 class CopyObjectResult < Struct.new( :etag, :last_modified) include Aws::Structure end |
#last_modified ⇒ Time
1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-s3/types.rb', line 1220 class CopyObjectResult < Struct.new( :etag, :last_modified) include Aws::Structure end |