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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_label ⇒ String

The text for the label.

Returns:

  • (String)


29955
29956
29957
29958
29959
29960
29961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29955

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

#font_configuration ⇒ Types::FontConfiguration

The font configuration of the label.



29955
29956
29957
29958
29959
29960
29961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29955

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

#visibility ⇒ String

Determines whether or not the label is visible.

Returns:

  • (String)


29955
29956
29957
29958
29959
29960
29961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29955

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