Class: Aws::ResourceExplorer2::Types::SearchFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filter_stringString

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.

Returns:

  • (String)


1092
1093
1094
1095
1096
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1092

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