Class: Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

The billing period for which the pricing rule associations are listed.

Returns:

  • (String)


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_tokenString

The pagination token to be used on subsequent calls.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.

Returns:

  • (String)


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

A list containing pricing rules that are associated with the requested pricing plan.

Returns:

  • (Array<String>)


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