Class: Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanOutput
- Includes:
- Structure
- Defined in:
- 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 listed.
-
#next_token ⇒ String
The pagination token to be used on subsequent calls.
-
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.
-
#pricing_rule_arns ⇒ Array<String>
A list containing pricing rules that are associated with the requested pricing plan.
Instance Attribute Details
#billing_period ⇒ String
The billing period for which the pricing rule associations are listed.
2040 2041 2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2040 class ListPricingRulesAssociatedToPricingPlanOutput < Struct.new( :billing_period, :pricing_plan_arn, :pricing_rule_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to be used on subsequent calls.
2040 2041 2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2040 class ListPricingRulesAssociatedToPricingPlanOutput < Struct.new( :billing_period, :pricing_plan_arn, :pricing_rule_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.
2040 2041 2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2040 class ListPricingRulesAssociatedToPricingPlanOutput < Struct.new( :billing_period, :pricing_plan_arn, :pricing_rule_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_rule_arns ⇒ Array<String>
A list containing pricing rules that are associated with the requested pricing plan.
2040 2041 2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2040 class ListPricingRulesAssociatedToPricingPlanOutput < Struct.new( :billing_period, :pricing_plan_arn, :pricing_rule_arns, :next_token) SENSITIVE = [] include Aws::Structure end |