Class: Aws::Types::CreateMultipartUploadOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ssekms_key_id, :ssekms_encryption_context])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_date::Time

Returns the value of attribute abort_date.

Returns:

  • (::Time)


455
456
457
# File 'sig/types.rbs', line 455

def abort_date
  @abort_date
end

#abort_rule_id::String

Returns the value of attribute abort_rule_id.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def abort_rule_id
  @abort_rule_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def bucket
  @bucket
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


465
466
467
# File 'sig/types.rbs', line 465

def bucket_key_enabled
  @bucket_key_enabled
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

  • ("CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128")


467
468
469
# File 'sig/types.rbs', line 467

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


468
469
470
# File 'sig/types.rbs', line 468

def checksum_type
  @checksum_type
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def key
  @key
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


466
467
468
# File 'sig/types.rbs', line 466

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")


460
461
462
# File 'sig/types.rbs', line 460

def server_side_encryption
  @server_side_encryption
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def sse_customer_key_md5
  @sse_customer_key_md5
end

#ssekms_encryption_context::String

Returns the value of attribute ssekms_encryption_context.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def ssekms_encryption_context
  @ssekms_encryption_context
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def ssekms_key_id
  @ssekms_key_id
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def upload_id
  @upload_id
end