Class: Aws::Types::BundleInformation
- Inherits:
-
Object
- Object
- Aws::Types::BundleInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_names ⇒ ::Array[::String]
Returns the value of attribute bundle_names.
-
#pricing_tier ⇒ "TIER_1", ...
Returns the value of attribute pricing_tier.
Instance Attribute Details
#bundle_names ⇒ ::Array[::String]
Returns the value of attribute bundle_names.
40 41 42 |
# File 'sig/types.rbs', line 40 def bundle_names @bundle_names end |
#pricing_tier ⇒ "TIER_1", ...
Returns the value of attribute pricing_tier.
41 42 43 |
# File 'sig/types.rbs', line 41 def pricing_tier @pricing_tier end |