You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::DashboardSearchFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DashboardSearchFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  operator: "StringEquals", # required, accepts StringEquals
  name: "QUICKSIGHT_USER", # accepts QUICKSIGHT_USER
  value: "String",
}

A filter that you apply when searching for dashboards.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

Possible values:

  • QUICKSIGHT_USER

Returns:

  • (String)

    The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

#operatorString

The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

Possible values:

  • StringEquals

Returns:

  • (String)

    The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

#valueString

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

Returns:

  • (String)

    The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".