Class: Aws::BillingConductor::Types::ListPricingPlansInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingPlansInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ String
The preferred billing period to get pricing plan.
-
#filters ⇒ Types::ListPricingPlansFilter
A ‘ListPricingPlansFilter` that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.
-
#max_results ⇒ Integer
The maximum number of pricing plans to retrieve.
-
#next_token ⇒ String
The pagination token that’s used on subsequent call to get pricing plans.
Instance Attribute Details
#billing_period ⇒ String
The preferred billing period to get pricing plan.
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 |
#filters ⇒ Types::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_results ⇒ Integer
The maximum number of pricing plans to retrieve.
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_token ⇒ String
The pagination token that’s used on subsequent call to get pricing plans.
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 |