Class: Aws::Types::GetVaultLockInput
- Inherits:
-
Object
- Object
- Aws::Types::GetVaultLockInput
- 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.
191 192 193 |
# File 'sig/types.rbs', line 191 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def vault_name @vault_name end |