Class: Aws::S3::Types::CompleteMultipartUploadOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#etagString

Entity tag of the object.

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#expirationString

If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#keyString

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#locationString

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#request_chargedString

If present, indicates that the requester was successfully charged for the request.

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#server_side_encryptionString

The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#ssekms_key_idString

If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end

#version_idString

Version of the object.

Returns:

  • (String)


738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/aws-sdk-s3/types.rb', line 738

class CompleteMultipartUploadOutput < Struct.new(
  :location,
  :bucket,
  :key,
  :expiration,
  :etag,
  :server_side_encryption,
  :version_id,
  :ssekms_key_id,
  :request_charged)
  include Aws::Structure
end