Class: Aws::Types::InitiateMultipartUploadInput
- Inherits:
-
Object
- Object
- Aws::Types::InitiateMultipartUploadInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
-
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def account_id @account_id end |
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
272 273 274 |
# File 'sig/types.rbs', line 272 def archive_description @archive_description end |
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
273 274 275 |
# File 'sig/types.rbs', line 273 def part_size @part_size end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def vault_name @vault_name end |