Class: Aws::Backup::Types::TieringConfigurationInputForUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::TieringConfigurationInputForUpdate
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
This contains metadata about a tiering configuration for update operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault where the tiering configuration applies.
-
#resource_selection ⇒ Array<Types::ResourceSelection>
An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault where the tiering configuration
applies. Use * to apply to all backup vaults.
10775 10776 10777 10778 10779 10780 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10775 class TieringConfigurationInputForUpdate < Struct.new( :resource_selection, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |
#resource_selection ⇒ Array<Types::ResourceSelection>
An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
10775 10776 10777 10778 10779 10780 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10775 class TieringConfigurationInputForUpdate < Struct.new( :resource_selection, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |