Class: Aws::Types::UpdateTieringInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTieringInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_tiers ⇒ ::Array[Types::CustomTier]
Returns the value of attribute custom_tiers.
-
#free_tier ⇒ Types::UpdateFreeTierConfig
Returns the value of attribute free_tier.
Instance Attribute Details
#custom_tiers ⇒ ::Array[Types::CustomTier]
Returns the value of attribute custom_tiers.
886 887 888 |
# File 'sig/types.rbs', line 886 def custom_tiers @custom_tiers end |
#free_tier ⇒ Types::UpdateFreeTierConfig
Returns the value of attribute free_tier.
885 886 887 |
# File 'sig/types.rbs', line 885 def free_tier @free_tier end |