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.
24479 24480 24481 24482 24483 24484 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24479 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`
24479 24480 24481 24482 24483 24484 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24479 class ReferenceLineValueLabelConfiguration < Struct.new( :relative_position, :format_configuration) SENSITIVE = [] include Aws::Structure end |