Class: Aws::Types::CreateVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVaultInput
- 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.
74 75 76 |
# File 'sig/types.rbs', line 74 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
75 76 77 |
# File 'sig/types.rbs', line 75 def vault_name @vault_name end |