Module: Aws::BillingConductor::Client::_ListPricingPlansResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPricingPlansOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #billing_period ⇒ ::String
- #next_token ⇒ ::String
- #pricing_plans ⇒ ::Array[Types::PricingPlanListElement]
Instance Method Details
#billing_period ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def billing_period: () -> ::String
|
#next_token ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def next_token: () -> ::String
|
#pricing_plans ⇒ ::Array[Types::PricingPlanListElement]
423 |
# File 'sig/client.rbs', line 423
def pricing_plans: () -> ::Array[Types::PricingPlanListElement]
|