Class: Aws::Backup::Types::TieringConfigurationInputForUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backup_vault_nameString

The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.

Returns:

  • (String)


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_selectionArray<Types::ResourceSelection>

An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.

Returns:



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