Class: Aws::BillingConductor::Types::ListPricingRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingRulesInput
- 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 preferred billing period to get the pricing plan.
-
#filters ⇒ Types::ListPricingRulesFilter
A
DescribePricingRuleFilterthat specifies the Amazon Resource Name (ARNs) of pricing rules to retrieve pricing rules information. -
#max_results ⇒ Integer
The maximum number of pricing rules to retrieve.
-
#next_token ⇒ String
The pagination token that's used on subsequent call to get pricing rules.
Instance Attribute Details
#billing_period ⇒ String
The preferred billing period to get the pricing plan.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179 class ListPricingRulesInput < Struct.new( :billing_period, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ListPricingRulesFilter
A DescribePricingRuleFilter that specifies the Amazon Resource
Name (ARNs) of pricing rules to retrieve pricing rules information.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179 class ListPricingRulesInput < Struct.new( :billing_period, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of pricing rules to retrieve.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179 class ListPricingRulesInput < 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 rules.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179 class ListPricingRulesInput < Struct.new( :billing_period, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |