Class: Aws::QuickSight::Types::LabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LabelOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The share label options for the labels.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The text for the label.
-
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the label.
-
#visibility ⇒ String
Determines whether or not the label is visible.
Instance Attribute Details
#custom_label ⇒ String
The text for the label.
19622 19623 19624 19625 19626 19627 19628 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19622 class LabelOptions < Struct.new( :visibility, :font_configuration, :custom_label) SENSITIVE = [] include Aws::Structure end |
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the label.
19622 19623 19624 19625 19626 19627 19628 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19622 class LabelOptions < Struct.new( :visibility, :font_configuration, :custom_label) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines whether or not the label is visible.
19622 19623 19624 19625 19626 19627 19628 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19622 class LabelOptions < Struct.new( :visibility, :font_configuration, :custom_label) SENSITIVE = [] include Aws::Structure end |