Class: Aws::QuickSight::Types::SheetControlInfoIconLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetControlInfoIconLabelOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A control to display info icons for filters and parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#info_icon_text ⇒ String
The text content of info icon.
-
#visibility ⇒ String
The visibility configuration of info icon label options.
Instance Attribute Details
#info_icon_text ⇒ String
The text content of info icon.
28083 28084 28085 28086 28087 28088 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28083 class SheetControlInfoIconLabelOptions < Struct.new( :visibility, :info_icon_text) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility configuration of info icon label options.
28083 28084 28085 28086 28087 28088 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28083 class SheetControlInfoIconLabelOptions < Struct.new( :visibility, :info_icon_text) SENSITIVE = [] include Aws::Structure end |