Class: Aws::Backup::Types::DescribeRegionSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeRegionSettingsOutput
- Defined in:
- gems/aws-sdk-backup/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.
3289 3290 3291 3292 3293 3294 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3289 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.
3289 3290 3291 3292 3293 3294 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3289 class DescribeRegionSettingsOutput < Struct.new( :resource_type_opt_in_preference, :resource_type_management_preference) SENSITIVE = [] include Aws::Structure end |