Class: Aws::Types::ListPartsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPartsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_date ⇒ ::Time
Returns the value of attribute abort_date.
-
#abort_rule_id ⇒ ::String
Returns the value of attribute abort_rule_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#max_parts ⇒ ::Integer
Returns the value of attribute max_parts.
-
#next_part_number_marker ⇒ ::Integer
Returns the value of attribute next_part_number_marker.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#part_number_marker ⇒ ::Integer
Returns the value of attribute part_number_marker.
-
#parts ⇒ ::Array[Types::Part]
Returns the value of attribute parts.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#abort_date ⇒ ::Time
Returns the value of attribute abort_date.
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.
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.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
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.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def checksum_type @checksum_type end |
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def initiator @initiator end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def is_truncated @is_truncated end |
#key ⇒ ::String
Returns the value of attribute key.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def key @key end |
#max_parts ⇒ ::Integer
Returns the value of attribute max_parts.
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.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def next_part_number_marker @next_part_number_marker end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
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.
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.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def parts @parts end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
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.
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.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def upload_id @upload_id end |