Class: Aws::QuickSight::Types::ReferenceLine
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLine
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The reference line visual display options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_configuration ⇒ Types::ReferenceLineDataConfiguration
The data configuration of the reference line.
-
#label_configuration ⇒ Types::ReferenceLineLabelConfiguration
The label configuration of the reference line.
-
#status ⇒ String
The status of the reference line.
-
#style_configuration ⇒ Types::ReferenceLineStyleConfiguration
The style configuration of the reference line.
Instance Attribute Details
#data_configuration ⇒ Types::ReferenceLineDataConfiguration
The data configuration of the reference line.
25482 25483 25484 25485 25486 25487 25488 25489 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25482 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |
#label_configuration ⇒ Types::ReferenceLineLabelConfiguration
The label configuration of the reference line.
25482 25483 25484 25485 25486 25487 25488 25489 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25482 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the reference line. Choose one of the following options:
-
‘ENABLE`
-
‘DISABLE`
25482 25483 25484 25485 25486 25487 25488 25489 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25482 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |
#style_configuration ⇒ Types::ReferenceLineStyleConfiguration
The style configuration of the reference line.
25482 25483 25484 25485 25486 25487 25488 25489 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25482 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |