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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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.

Returns:

  • (Hash<String,Boolean>)


3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3258

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>

Returns a list of all services along with the opt-in preferences in the Region.

Returns:

  • (Hash<String,Boolean>)


3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3258

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