Class: Aws::Types::GetVaultAccessPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::GetVaultAccessPolicyInput
- 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.
180 181 182 |
# File 'sig/types.rbs', line 180 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def vault_name @vault_name end |