Class: Aws::QuickSight::Types::ActionConnectorSearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ActionConnectorSearchFilter
- 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
-
#name ⇒ String
The name of the filter attribute (e.g., ACTION_CONNECTOR_NAME, ACTION_CONNECTOR_TYPE, QUICKSIGHT_VIEWER_OR_OWNER).
-
#operator ⇒ String
The comparison operator to use for the filter (e.g., StringEquals, StringLike).
-
#value ⇒ String
The value to compare against using the specified operator.
Instance Attribute Details
#name ⇒ String
The name of the filter attribute (e.g., ACTION_CONNECTOR_NAME, ACTION_CONNECTOR_TYPE, QUICKSIGHT_VIEWER_OR_OWNER).
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 |
#operator ⇒ String
The comparison operator to use for the filter (e.g., StringEquals, StringLike).
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 |
#value ⇒ String
The value to compare against using the specified operator.
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 |