Class: Aws::Types::GetBackupVaultAccessPolicyOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def policy
  @policy
end