Class: Aws::Backup::Types::GetTieringConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetTieringConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tiering_configuration_name ⇒ String
The unique name of a tiering configuration.
Instance Attribute Details
#tiering_configuration_name ⇒ String
The unique name of a tiering configuration.
5138 5139 5140 5141 5142 |
# File 'lib/aws-sdk-backup/types.rb', line 5138 class GetTieringConfigurationInput < Struct.new( :tiering_configuration_name) SENSITIVE = [] include Aws::Structure end |