Class: Aws::RTBFabric::Types::FilterCriterion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::FilterCriterion
- 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
-
#path ⇒ String
The path to filter.
-
#values ⇒ Array<String>
The value to filter.
Instance Attribute Details
#path ⇒ String
The path to filter.
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 |
#values ⇒ Array<String>
The value to filter.
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 |