Class: Aws::Types::ListPricingRulesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPricingRulesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pricing_rules ⇒ ::Array[Types::PricingRuleListElement]
Returns the value of attribute pricing_rules.
Instance Attribute Details
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
626 627 628 |
# File 'sig/types.rbs', line 626 def billing_period @billing_period end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
628 629 630 |
# File 'sig/types.rbs', line 628 def next_token @next_token end |
#pricing_rules ⇒ ::Array[Types::PricingRuleListElement]
Returns the value of attribute pricing_rules.
627 628 629 |
# File 'sig/types.rbs', line 627 def pricing_rules @pricing_rules end |