Class: Aws::Types::AwsBackupBackupVaultDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy::String

Returns the value of attribute access_policy.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def access_policy
  @access_policy
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def backup_vault_name
  @backup_vault_name
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def encryption_key_arn
  @encryption_key_arn
end

#notificationsTypes::AwsBackupBackupVaultNotificationsDetails

Returns the value of attribute notifications.



740
741
742
# File 'sig/types.rbs', line 740

def notifications
  @notifications
end