Class: Aws::BillingConductor::Types::ListPricingPlansOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

The billing period for which the described pricing plans are applicable.

Returns:

  • (String)


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_tokenString

The pagination token that's used on subsequent calls to get pricing plans.

Returns:

  • (String)


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_plansArray<Types::PricingPlanListElement>

A list of PricingPlanListElement retrieved.

Returns:



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