Class: Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanInput
- 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 billing period for which the pricing rule associations are to be listed.
-
#max_results ⇒ Integer
The optional maximum number of pricing rule associations to retrieve.
-
#next_token ⇒ String
The optional pagination token returned by a previous call.
-
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.
Instance Attribute Details
#billing_period ⇒ String
The billing period for which the pricing rule associations are to be listed.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2104 class ListPricingRulesAssociatedToPricingPlanInput < Struct.new( :billing_period, :pricing_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The optional maximum number of pricing rule associations to retrieve.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2104 class ListPricingRulesAssociatedToPricingPlanInput < Struct.new( :billing_period, :pricing_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The optional pagination token returned by a previous call.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2104 class ListPricingRulesAssociatedToPricingPlanInput < Struct.new( :billing_period, :pricing_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2104 class ListPricingRulesAssociatedToPricingPlanInput < Struct.new( :billing_period, :pricing_plan_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |