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.
21654 21655 21656 21657 21658 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21654 class ListControlSearchOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |