Class: Aws::Types::CreateTieringInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTieringInput
- 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::CreateFreeTierConfig
Returns the value of attribute free_tier.
Instance Attribute Details
#custom_tiers ⇒ ::Array[Types::CustomTier]
Returns the value of attribute custom_tiers.
236 237 238 |
# File 'sig/types.rbs', line 236 def custom_tiers @custom_tiers end |
#free_tier ⇒ Types::CreateFreeTierConfig
Returns the value of attribute free_tier.
235 236 237 |
# File 'sig/types.rbs', line 235 def free_tier @free_tier end |