Class: Aws::Types::CreateTieringConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTieringConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#tiering_configuration ⇒ Types::TieringConfigurationInputForCreate
Returns the value of attribute tiering_configuration.
-
#tiering_configuration_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tiering_configuration_tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def creator_request_id @creator_request_id end |
#tiering_configuration ⇒ Types::TieringConfigurationInputForCreate
Returns the value of attribute tiering_configuration.
478 479 480 |
# File 'sig/types.rbs', line 478 def tiering_configuration @tiering_configuration end |
#tiering_configuration_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tiering_configuration_tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def @tiering_configuration_tags end |