Class: Aws::Types::CompleteMultipartUploadOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ssekms_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def bucket
  @bucket
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


247
248
249
# File 'sig/types.rbs', line 247

def bucket_key_enabled
  @bucket_key_enabled
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


243
244
245
# File 'sig/types.rbs', line 243

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def checksum_xxhash64
  @checksum_xxhash64
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def etag
  @etag
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def expiration
  @expiration
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def key
  @key
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def location
  @location
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


248
249
250
# File 'sig/types.rbs', line 248

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

  • ("AES256", "aws:fsx", "aws:kms", "aws:kms:dsse")


244
245
246
# File 'sig/types.rbs', line 244

def server_side_encryption
  @server_side_encryption
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def ssekms_key_id
  @ssekms_key_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def version_id
  @version_id
end