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)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179

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.



2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179

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)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179

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)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2179

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