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
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-s3/types.rb', line 1185 class CopyObjectResult < Struct.new( :etag, :last_modified) include Aws::Structure end |
#last_modified ⇒ Time
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-s3/types.rb', line 1185 class CopyObjectResult < Struct.new( :etag, :last_modified) include Aws::Structure end |