Class: Aws::BillingConductor::Types::ListPricingPlansAssociatedWithPricingRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingPlansAssociatedWithPricingRuleOutput
- 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 pricing plan billing period for which associations will be listed.
-
#next_token ⇒ String
The pagination token to be used on subsequent calls.
-
#pricing_plan_arns ⇒ Array<String>
The list containing pricing plans that are associated with the requested pricing rule.
-
#pricing_rule_arn ⇒ String
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
Instance Attribute Details
#billing_period ⇒ String
The pricing plan billing period for which associations will be listed.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1911 class ListPricingPlansAssociatedWithPricingRuleOutput < Struct.new( :billing_period, :pricing_rule_arn, :pricing_plan_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to be used on subsequent calls.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1911 class ListPricingPlansAssociatedWithPricingRuleOutput < Struct.new( :billing_period, :pricing_rule_arn, :pricing_plan_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_arns ⇒ Array<String>
The list containing pricing plans that are associated with the requested pricing rule.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1911 class ListPricingPlansAssociatedWithPricingRuleOutput < Struct.new( :billing_period, :pricing_rule_arn, :pricing_plan_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#pricing_rule_arn ⇒ String
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1911 class ListPricingPlansAssociatedWithPricingRuleOutput < Struct.new( :billing_period, :pricing_rule_arn, :pricing_plan_arns, :next_token) SENSITIVE = [] include Aws::Structure end |