Class: Aws::BillingConductor::Types::ListPricingRulesAssociatedToPricingPlanInput

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 billing period for which the pricing rule associations are to be listed.

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2010

class ListPricingRulesAssociatedToPricingPlanInput < Struct.new(
  :billing_period,
  :pricing_plan_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The optional maximum number of pricing rule associations to retrieve.

Returns:

  • (Integer)


2010
2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2010

class ListPricingRulesAssociatedToPricingPlanInput < Struct.new(
  :billing_period,
  :pricing_plan_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The optional pagination token returned by a previous call.

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2010

class ListPricingRulesAssociatedToPricingPlanInput < Struct.new(
  :billing_period,
  :pricing_plan_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_arnString

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

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2010

class ListPricingRulesAssociatedToPricingPlanInput < Struct.new(
  :billing_period,
  :pricing_plan_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end