Class: Aws::BillingConductor::Types::ListPricingPlansAssociatedWithPricingRuleOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

The pricing plan billing period for which associations will be listed.

Returns:

  • (String)


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_tokenString

The pagination token to be used on subsequent calls.

Returns:

  • (String)


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_arnsArray<String>

The list containing pricing plans that are associated with the requested pricing rule.

Returns:

  • (Array<String>)


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_arnString

The pricing rule Amazon Resource Name (ARN) for which associations will be listed.

Returns:

  • (String)


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