Class: Aws::QuickSight::Types::LabelOptions

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

Instance Attribute Details

#custom_labelString

The text for the label.

Returns:

  • (String)


17927
17928
17929
17930
17931
17932
17933
# File 'lib/aws-sdk-quicksight/types.rb', line 17927

class LabelOptions < Struct.new(
  :visibility,
  :font_configuration,
  :custom_label)
  SENSITIVE = []
  include Aws::Structure
end

#font_configurationTypes::FontConfiguration

The font configuration of the label.



17927
17928
17929
17930
17931
17932
17933
# File 'lib/aws-sdk-quicksight/types.rb', line 17927

class LabelOptions < Struct.new(
  :visibility,
  :font_configuration,
  :custom_label)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

Determines whether or not the label is visible.

Returns:

  • (String)


17927
17928
17929
17930
17931
17932
17933
# File 'lib/aws-sdk-quicksight/types.rb', line 17927

class LabelOptions < Struct.new(
  :visibility,
  :font_configuration,
  :custom_label)
  SENSITIVE = []
  include Aws::Structure
end