Class: Aws::Types::ListPricingRulesAssociatedToPricingPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPricingRulesAssociatedToPricingPlanOutput
- 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_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
-
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
Instance Attribute Details
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
605 606 607 |
# File 'sig/types.rbs', line 605 def billing_period @billing_period end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
608 609 610 |
# File 'sig/types.rbs', line 608 def next_token @next_token end |
#pricing_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def pricing_plan_arn @pricing_plan_arn end |
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
607 608 609 |
# File 'sig/types.rbs', line 607 def pricing_rule_arns @pricing_rule_arns end |