Class: Aws::QuickSight::Types::ActionConnectorSearchFilter

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

Overview

A filter used to search for action connectors based on specific criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter attribute (e.g., ACTION_CONNECTOR_NAME, ACTION_CONNECTOR_TYPE, QUICKSIGHT_VIEWER_OR_OWNER).

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 302

class ActionConnectorSearchFilter < Struct.new(
  :name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The comparison operator to use for the filter (e.g., StringEquals, StringLike).

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 302

class ActionConnectorSearchFilter < Struct.new(
  :name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value to compare against using the specified operator.

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 302

class ActionConnectorSearchFilter < Struct.new(
  :name,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end