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)


1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1981

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)


1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1981

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:



1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1981

class ListPricingPlansOutput < Struct.new(
  :billing_period,
  :pricing_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end