Class: Aws::QuickSight::Types::ListControlSelectAllOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#visibilityString

The visibility configuration of the ‘Select all` options in a list control.

Returns:

  • (String)


21669
21670
21671
21672
21673
# File 'lib/aws-sdk-quicksight/types.rb', line 21669

class ListControlSelectAllOptions < Struct.new(
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end