Class: Aws::Types::DeleteArchiveInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteArchiveInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def account_id @account_id end |
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def archive_id @archive_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def vault_name @vault_name end |