Class: Aws::Backup::Types::DeleteTieringConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteTieringConfigurationInput
- 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.
2840 2841 2842 2843 2844 |
# File 'lib/aws-sdk-backup/types.rb', line 2840 class DeleteTieringConfigurationInput < Struct.new( :tiering_configuration_name) SENSITIVE = [] include Aws::Structure end |