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.
      4291 4292 4293 4294 4295 4296 4297  | 
    
      # File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4291 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.
      4291 4292 4293 4294 4295 4296 4297  | 
    
      # File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4291 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.
      4291 4292 4293 4294 4295 4296 4297  | 
    
      # File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4291 class GetBackupVaultAccessPolicyOutput < Struct.new( :backup_vault_name, :backup_vault_arn, :policy) SENSITIVE = [] include Aws::Structure end  |