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)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def abort_date
  @abort_date
end

#abort_rule_id::String

Returns the value of attribute abort_rule_id.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def abort_rule_id
  @abort_rule_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

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


1886
1887
1888
# File 'sig/types.rbs', line 1886

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1887
1888
1889
# File 'sig/types.rbs', line 1887

def checksum_type
  @checksum_type
end

#initiatorTypes::Initiator

Returns the value of attribute initiator.

Returns:



1882
1883
1884
# File 'sig/types.rbs', line 1882

def initiator
  @initiator
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def is_truncated
  @is_truncated
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def key
  @key
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:

  • (::Integer)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def max_parts
  @max_parts
end

#next_part_number_marker::Integer

Returns the value of attribute next_part_number_marker.

Returns:

  • (::Integer)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def next_part_number_marker
  @next_part_number_marker
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



1883
1884
1885
# File 'sig/types.rbs', line 1883

def owner
  @owner
end

#part_number_marker::Integer

Returns the value of attribute part_number_marker.

Returns:

  • (::Integer)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def part_number_marker
  @part_number_marker
end

#parts::Array[Types::Part]

Returns the value of attribute parts.

Returns:



1881
1882
1883
# File 'sig/types.rbs', line 1881

def parts
  @parts
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1885
1886
1887
# File 'sig/types.rbs', line 1885

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


1884
1885
1886
# File 'sig/types.rbs', line 1884

def storage_class
  @storage_class
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def upload_id
  @upload_id
end