Class: Aws::S3::Types::CopyPartResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

Entity tag of the object.



1198
1199
1200
1201
1202
# File 'lib/aws-sdk-s3/types.rb', line 1198

class CopyPartResult < Struct.new(
  :etag,
  :last_modified)
  include Aws::Structure
end

#last_modifiedTime

Date and time at which the object was uploaded.



1198
1199
1200
1201
1202
# File 'lib/aws-sdk-s3/types.rb', line 1198

class CopyPartResult < Struct.new(
  :etag,
  :last_modified)
  include Aws::Structure
end