Class: Aws::Types::UpdatePricingPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingPlanRequest
- 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_mode ⇒ "BASIC", ...
Returns the value of attribute pricing_mode.
Instance Attribute Details
#bundle_names ⇒ ::Array[::String]
Returns the value of attribute bundle_names.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def bundle_names @bundle_names end |
#pricing_mode ⇒ "BASIC", ...
Returns the value of attribute pricing_mode.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def pricing_mode @pricing_mode end |