Class: Aws::Types::UploadArchiveInput
- Inherits:
-
Object
- Object
- Aws::Types::UploadArchiveInput
- 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.
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def account_id @account_id end |
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
561 562 563 |
# File 'sig/types.rbs', line 561 def archive_description @archive_description end |
#body ⇒ ::IO
Returns the value of attribute body.
563 564 565 |
# File 'sig/types.rbs', line 563 def body @body end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
562 563 564 |
# File 'sig/types.rbs', line 562 def checksum @checksum end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
559 560 561 |
# File 'sig/types.rbs', line 559 def vault_name @vault_name end |