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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html

Returns:

  • (String)


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

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