Class: Aws::QuickSight::Types::ReferenceLineValueLabelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineValueLabelConfiguration
- 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
-
#format_configuration ⇒ Types::NumericFormatConfiguration
The format configuration of the value label.
-
#relative_position ⇒ String
The relative position of the value label.
Instance Attribute Details
#format_configuration ⇒ Types::NumericFormatConfiguration
The format configuration of the value label.
31997 31998 31999 32000 32001 32002 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31997 class ReferenceLineValueLabelConfiguration < Struct.new( :relative_position, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#relative_position ⇒ String
The relative position of the value label. Choose one of the following options:
BEFORE_CUSTOM_LABELAFTER_CUSTOM_LABEL
31997 31998 31999 32000 32001 32002 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31997 class ReferenceLineValueLabelConfiguration < Struct.new( :relative_position, :format_configuration) SENSITIVE = [] include Aws::Structure end |