Class: Aws::Backup::Types::DescribeRegionSettingsOutput

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

#resource_type_management_preferenceHash<String,Boolean>

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see [Full Backup management].

For a list of resource types and whether each supports full Backup management, see the [Feature availability by resource] table.

If ‘“DynamoDB”:false`, you can enable full Backup management for DynamoDB backup by enabling [ Backup’s advanced DynamoDB backup features].

[1]: docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#full-management [2]: docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource [3]: docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli

Returns:

  • (Hash<String,Boolean>)


3247
3248
3249
3250
3251
3252
# File 'lib/aws-sdk-backup/types.rb', line 3247

class DescribeRegionSettingsOutput < Struct.new(
  :resource_type_opt_in_preference,
  :resource_type_management_preference)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type_opt_in_preferenceHash<String,Boolean>

The services along with the opt-in preferences in the Region.

Returns:

  • (Hash<String,Boolean>)


3247
3248
3249
3250
3251
3252
# File 'lib/aws-sdk-backup/types.rb', line 3247

class DescribeRegionSettingsOutput < Struct.new(
  :resource_type_opt_in_preference,
  :resource_type_management_preference)
  SENSITIVE = []
  include Aws::Structure
end