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.
24635 24636 24637 24638 24639 24640 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24635 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
24635 24636 24637 24638 24639 24640 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24635 class ReferenceLineValueLabelConfiguration < Struct.new( :relative_position, :format_configuration) SENSITIVE = [] include Aws::Structure end |