Class: Aws::BillingConductor::Types::ListPricingRulesInput

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 preferred billing period to get the pricing plan.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2085

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

#filtersTypes::ListPricingRulesFilter

A DescribePricingRuleFilter that specifies the Amazon Resource Name (ARNs) of pricing rules to retrieve pricing rules information.



2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2085

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

#max_resultsInteger

The maximum number of pricing rules to retrieve.

Returns:

  • (Integer)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2085

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

#next_tokenString

The pagination token that's used on subsequent call to get pricing rules.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2085

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