Class: Aws::QuickSight::Types::ReferenceLineValueLabelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineValueLabelConfiguration
- 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
-
#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.
25678 25679 25680 25681 25682 25683 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25678 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_LABEL`
-
‘AFTER_CUSTOM_LABEL`
25678 25679 25680 25681 25682 25683 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25678 class ReferenceLineValueLabelConfiguration < Struct.new( :relative_position, :format_configuration) SENSITIVE = [] include Aws::Structure end |