Class: Aws::BillingConductor::Types::ListPricingPlansAssociatedWithPricingRuleInput

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)


1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1881

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

#max_resultsInteger

The optional maximum number of pricing rule associations to retrieve.

Returns:

  • (Integer)


1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1881

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

#next_tokenString

The optional pagination token returned by a previous call.

Returns:

  • (String)


1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1881

class ListPricingPlansAssociatedWithPricingRuleInput < Struct.new(
  :billing_period,
  :pricing_rule_arn,
  :max_results,
  :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)


1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1881

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