Class: Aws::Backup::Types::DescribeRegionSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeRegionSettingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type_management_preference ⇒ Hash<String,Boolean>
Returns whether Backup fully manages the backups for a resource type.
-
#resource_type_opt_in_preference ⇒ Hash<String,Boolean>
The services along with the opt-in preferences in the Region.
Instance Attribute Details
#resource_type_management_preference ⇒ Hash<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
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_preference ⇒ Hash<String,Boolean>
The services along with the opt-in preferences in the Region.
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 |