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


2009
2010
2011
# File 'sig/types.rbs', line 2009

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


2010
2011
2012
# File 'sig/types.rbs', line 2010

def checksum_type
  @checksum_type
end

#initiated::Time

Returns the value of attribute initiated.

Returns:

  • (::Time)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def initiated
  @initiated
end

#initiatorTypes::Initiator

Returns the value of attribute initiator.

Returns:



2008
2009
2010
# File 'sig/types.rbs', line 2008

def initiator
  @initiator
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def key
  @key
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



2007
2008
2009
# File 'sig/types.rbs', line 2007

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", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM")


2006
2007
2008
# File 'sig/types.rbs', line 2006

def storage_class
  @storage_class
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def upload_id
  @upload_id
end