Class: Aws::Types::ListPartsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_date::Time

Returns the value of attribute abort_date.

Returns:

  • (::Time)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def abort_date
  @abort_date
end

#abort_rule_id::String

Returns the value of attribute abort_rule_id.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def abort_rule_id
  @abort_rule_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

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


1905
1906
1907
# File 'sig/types.rbs', line 1905

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1906
1907
1908
# File 'sig/types.rbs', line 1906

def checksum_type
  @checksum_type
end

#initiatorTypes::Initiator

Returns the value of attribute initiator.

Returns:



1901
1902
1903
# File 'sig/types.rbs', line 1901

def initiator
  @initiator
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def is_truncated
  @is_truncated
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def key
  @key
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:

  • (::Integer)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def max_parts
  @max_parts
end

#next_part_number_marker::Integer

Returns the value of attribute next_part_number_marker.

Returns:

  • (::Integer)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def next_part_number_marker
  @next_part_number_marker
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



1902
1903
1904
# File 'sig/types.rbs', line 1902

def owner
  @owner
end

#part_number_marker::Integer

Returns the value of attribute part_number_marker.

Returns:

  • (::Integer)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def part_number_marker
  @part_number_marker
end

#parts::Array[Types::Part]

Returns the value of attribute parts.

Returns:



1900
1901
1902
# File 'sig/types.rbs', line 1900

def parts
  @parts
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1904
1905
1906
# File 'sig/types.rbs', line 1904

def request_charged
  @request_charged
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")


1903
1904
1905
# File 'sig/types.rbs', line 1903

def storage_class
  @storage_class
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def upload_id
  @upload_id
end