Class: Aws::QuickSight::Types::ReferenceLineValueLabelConfiguration

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

Overview

The value label configuration of the label in a reference line.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_configurationTypes::NumericFormatConfiguration

The format configuration of the value label.



23562
23563
23564
23565
23566
23567
# File 'lib/aws-sdk-quicksight/types.rb', line 23562

class ReferenceLineValueLabelConfiguration < Struct.new(
  :relative_position,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#relative_positionString

The relative position of the value label. Choose one of the following options:

  • ‘BEFORE_CUSTOM_LABEL`

  • ‘AFTER_CUSTOM_LABEL`

Returns:

  • (String)


23562
23563
23564
23565
23566
23567
# File 'lib/aws-sdk-quicksight/types.rb', line 23562

class ReferenceLineValueLabelConfiguration < Struct.new(
  :relative_position,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end