Class: Aws::Backup::Types::GetBackupVaultAccessPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetBackupVaultAccessPolicyOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. -
#backup_vault_name ⇒ String
The name of a logical container where backups are stored.
-
#policy ⇒ String
The backup vault access policy document in JSON format.
Instance Attribute Details
#backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup
vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.
4679 4680 4681 4682 4683 4684 4685 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4679 class GetBackupVaultAccessPolicyOutput < Struct.new( :backup_vault_name, :backup_vault_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#backup_vault_name ⇒ String
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
4679 4680 4681 4682 4683 4684 4685 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4679 class GetBackupVaultAccessPolicyOutput < Struct.new( :backup_vault_name, :backup_vault_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The backup vault access policy document in JSON format.
4679 4680 4681 4682 4683 4684 4685 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4679 class GetBackupVaultAccessPolicyOutput < Struct.new( :backup_vault_name, :backup_vault_arn, :policy) SENSITIVE = [] include Aws::Structure end |