Class: Aws::QuickSight::Types::ReferenceLineCustomLabelConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration for a custom label on a ‘ReferenceLine`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_labelString

The string text of the custom label.

Returns:

  • (String)


25499
25500
25501
25502
25503
# File 'lib/aws-sdk-quicksight/types.rb', line 25499

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