Class: Aws::Types::GetBackupVaultAccessPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBackupVaultAccessPolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
966 967 968 |
# File 'sig/types.rbs', line 966 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
965 966 967 |
# File 'sig/types.rbs', line 965 def backup_vault_name @backup_vault_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
967 968 969 |
# File 'sig/types.rbs', line 967 def policy @policy end |