Class: Aws::Types::ListPartsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPartsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#multipart_upload_id ⇒ ::String
Returns the value of attribute multipart_upload_id.
-
#part_size_in_bytes ⇒ ::Integer
Returns the value of attribute part_size_in_bytes.
-
#parts ⇒ ::Array[Types::PartListElement]
Returns the value of attribute parts.
-
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
Instance Attribute Details
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
394 395 396 |
# File 'sig/types.rbs', line 394 def archive_description @archive_description end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
396 397 398 |
# File 'sig/types.rbs', line 396 def creation_date @creation_date end |
#marker ⇒ ::String
Returns the value of attribute marker.
398 399 400 |
# File 'sig/types.rbs', line 398 def marker @marker end |
#multipart_upload_id ⇒ ::String
Returns the value of attribute multipart_upload_id.
392 393 394 |
# File 'sig/types.rbs', line 392 def multipart_upload_id @multipart_upload_id end |
#part_size_in_bytes ⇒ ::Integer
Returns the value of attribute part_size_in_bytes.
395 396 397 |
# File 'sig/types.rbs', line 395 def part_size_in_bytes @part_size_in_bytes end |
#parts ⇒ ::Array[Types::PartListElement]
Returns the value of attribute parts.
397 398 399 |
# File 'sig/types.rbs', line 397 def parts @parts end |
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def vault_arn @vault_arn end |