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

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



23451
23452
23453
23454
23455
23456
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23451

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)


23451
23452
23453
23454
23455
23456
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23451

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