Class: Aws::QuickSight::Types::ListControlSelectAllOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListControlSelectAllOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of the ‘Select all` options in a list control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility configuration of the ‘Select all` options in a list control.
Instance Attribute Details
#visibility ⇒ String
The visibility configuration of the ‘Select all` options in a list control.
21669 21670 21671 21672 21673 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21669 class ListControlSelectAllOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |