Class: Aws::Types::UpdateTieringConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTieringConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#tiering_configuration_arn ⇒ ::String
Returns the value of attribute tiering_configuration_arn.
-
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def last_updated_time @last_updated_time end |
#tiering_configuration_arn ⇒ ::String
Returns the value of attribute tiering_configuration_arn.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def tiering_configuration_arn @tiering_configuration_arn end |
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def tiering_configuration_name @tiering_configuration_name end |