Class: Aws::Types::CompleteVaultLockInput
- Inherits:
-
Object
- Object
- Aws::Types::CompleteVaultLockInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#lock_id ⇒ ::String
Returns the value of attribute lock_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def account_id @account_id end |
#lock_id ⇒ ::String
Returns the value of attribute lock_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def lock_id @lock_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def vault_name @vault_name end |