Class: Aws::ResourceExplorer2::Types::SearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::SearchFilter
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
A search filter defines which resources can be part of a search query result set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_string ⇒ String
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation.
Instance Attribute Details
#filter_string ⇒ String
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1345 class SearchFilter < Struct.new( :filter_string) SENSITIVE = [] include Aws::Structure end |