Class: Aws::Backup::Types::GetBackupVaultAccessPolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arnString

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, ‘arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`.

Returns:

  • (String)


3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-backup/types.rb', line 3823

class GetBackupVaultAccessPolicyOutput < Struct.new(
  :backup_vault_name,
  :backup_vault_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_nameString

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.

Returns:

  • (String)


3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-backup/types.rb', line 3823

class GetBackupVaultAccessPolicyOutput < Struct.new(
  :backup_vault_name,
  :backup_vault_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The backup vault access policy document in JSON format.

Returns:

  • (String)


3823
3824
3825
3826
3827
3828
3829
# File 'lib/aws-sdk-backup/types.rb', line 3823

class GetBackupVaultAccessPolicyOutput < Struct.new(
  :backup_vault_name,
  :backup_vault_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end