Class: Aws::Types::CompleteMultipartUploadInput
- Inherits:
-
Object
- Object
- Aws::Types::CompleteMultipartUploadInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#archive_size ⇒ ::Integer
Returns the value of attribute archive_size.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def account_id @account_id end |
#archive_size ⇒ ::Integer
Returns the value of attribute archive_size.
61 62 63 |
# File 'sig/types.rbs', line 61 def archive_size @archive_size end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
62 63 64 |
# File 'sig/types.rbs', line 62 def checksum @checksum end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def upload_id @upload_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
59 60 61 |
# File 'sig/types.rbs', line 59 def vault_name @vault_name end |