Class: Aws::Types::MultipartUpload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

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


1990
1991
1992
# File 'sig/types.rbs', line 1990

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1991
1992
1993
# File 'sig/types.rbs', line 1991

def checksum_type
  @checksum_type
end

#initiated::Time

Returns the value of attribute initiated.

Returns:

  • (::Time)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def initiated
  @initiated
end

#initiatorTypes::Initiator

Returns the value of attribute initiator.

Returns:



1989
1990
1991
# File 'sig/types.rbs', line 1989

def initiator
  @initiator
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def key
  @key
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



1988
1989
1990
# File 'sig/types.rbs', line 1988

def owner
  @owner
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP")


1987
1988
1989
# File 'sig/types.rbs', line 1987

def storage_class
  @storage_class
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def upload_id
  @upload_id
end