Class: Aws::QuickSight::Types::ListControlSearchOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListControlSearchOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of the search options in a list control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility configuration of the search options in a list control.
Instance Attribute Details
#visibility ⇒ String
The visibility configuration of the search options in a list control.
20401 20402 20403 20404 20405 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20401 class ListControlSearchOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |