Class: Aws::Types::SetVaultAccessPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::SetVaultAccessPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#policy ⇒ Types::VaultAccessPolicy
Returns the value of attribute policy.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
545 546 547 |
# File 'sig/types.rbs', line 545 def account_id @account_id end |
#policy ⇒ Types::VaultAccessPolicy
Returns the value of attribute policy.
547 548 549 |
# File 'sig/types.rbs', line 547 def policy @policy end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
546 547 548 |
# File 'sig/types.rbs', line 546 def vault_name @vault_name end |