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.
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.
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.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
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.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def checksum_type @checksum_type end |
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def initiator @initiator end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def is_truncated @is_truncated end |
#key ⇒ ::String
Returns the value of attribute key.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def key @key end |
#max_parts ⇒ ::Integer
Returns the value of attribute max_parts.
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.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def next_part_number_marker @next_part_number_marker end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
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.
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.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def parts @parts end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
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.
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.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def upload_id @upload_id end |