Class: Aws::RTBFabric::Types::FilterCriterion

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

Overview

Describes the criteria for a filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The path to filter.

Returns:

  • (String)


756
757
758
759
760
761
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 756

class FilterCriterion < Struct.new(
  :path,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The value to filter.

Returns:

  • (Array<String>)


756
757
758
759
760
761
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 756

class FilterCriterion < Struct.new(
  :path,
  :values)
  SENSITIVE = []
  include Aws::Structure
end