Class: Aws::Types::Tiering
- Inherits:
-
Object
- Object
- Aws::Types::Tiering
- 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::FreeTierConfig
Returns the value of attribute free_tier.
Instance Attribute Details
#custom_tiers ⇒ ::Array[Types::CustomTier]
Returns the value of attribute custom_tiers.
742 743 744 |
# File 'sig/types.rbs', line 742 def custom_tiers @custom_tiers end |
#free_tier ⇒ Types::FreeTierConfig
Returns the value of attribute free_tier.
741 742 743 |
# File 'sig/types.rbs', line 741 def free_tier @free_tier end |