Class: Aws::Types::PutBackupVaultAccessPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutBackupVaultAccessPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def backup_vault_name @backup_vault_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def policy @policy end |