Class: Aws::Types::AbortVaultLockInput
- Inherits:
-
Object
- Object
- Aws::Types::AbortVaultLockInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
20 21 22 |
# File 'sig/types.rbs', line 20 def vault_name @vault_name end |