Class: Aws::BillingConductor::Types::ListPricingRulesFilter

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

Overview

The filter that specifies criteria that the pricing rules returned by the ListPricingRules API will adhere to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

A list containing the pricing rule Amazon Resource Names (ARNs) to include in the API response.

Returns:

  • (Array<String>)


2059
2060
2061
2062
2063
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2059

class ListPricingRulesFilter < Struct.new(
  :arns)
  SENSITIVE = []
  include Aws::Structure
end