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

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

The string text of the custom label.

Returns:

  • (String)


38072
38073
38074
38075
38076
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38072

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