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)


19344
19345
19346
19347
19348
# File 'lib/aws-sdk-quicksight/types.rb', line 19344

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