Class: Aws::BillingConductor::Types::ListPricingPlansOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingPlansOutput
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ String
The billing period for which the described pricing plans are applicable.
-
#next_token ⇒ String
The pagination token that's used on subsequent calls to get pricing plans.
-
#pricing_plans ⇒ Array<Types::PricingPlanListElement>
A list of
PricingPlanListElementretrieved.
Instance Attribute Details
#billing_period ⇒ String
The billing period for which the described pricing plans are applicable.
2075 2076 2077 2078 2079 2080 2081 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2075 class ListPricingPlansOutput < Struct.new( :billing_period, :pricing_plans, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used on subsequent calls to get pricing plans.
2075 2076 2077 2078 2079 2080 2081 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2075 class ListPricingPlansOutput < Struct.new( :billing_period, :pricing_plans, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_plans ⇒ Array<Types::PricingPlanListElement>
A list of PricingPlanListElement retrieved.
2075 2076 2077 2078 2079 2080 2081 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2075 class ListPricingPlansOutput < Struct.new( :billing_period, :pricing_plans, :next_token) SENSITIVE = [] include Aws::Structure end |