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.

Returns:

  • (String)


1236
1237
1238
1239
1240
# File 'lib/aws-sdk-s3/types.rb', line 1236

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

#last_modifiedTime

Date and time at which the object was uploaded.

Returns:

  • (Time)


1236
1237
1238
1239
1240
# File 'lib/aws-sdk-s3/types.rb', line 1236

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