Class: Aws::BillingConductor::Types::ListPricingPlansInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

The preferred billing period to get pricing plan.

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
# File 'lib/aws-sdk-billingconductor/types.rb', line 1956

class ListPricingPlansInput < Struct.new(
  :billing_period,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListPricingPlansFilter

A ‘ListPricingPlansFilter` that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.



1956
1957
1958
1959
1960
1961
1962
1963
# File 'lib/aws-sdk-billingconductor/types.rb', line 1956

class ListPricingPlansInput < Struct.new(
  :billing_period,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of pricing plans to retrieve.

Returns:

  • (Integer)


1956
1957
1958
1959
1960
1961
1962
1963
# File 'lib/aws-sdk-billingconductor/types.rb', line 1956

class ListPricingPlansInput < Struct.new(
  :billing_period,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that’s used on subsequent call to get pricing plans.

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
# File 'lib/aws-sdk-billingconductor/types.rb', line 1956

class ListPricingPlansInput < Struct.new(
  :billing_period,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end