Class: Aws::QuickSight::Types::ReferenceLine
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLine
- Defined in:
- gems/aws-sdk-quicksight/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.
38055 38056 38057 38058 38059 38060 38061 38062 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38055 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.
38055 38056 38057 38058 38059 38060 38061 38062 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38055 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:
ENABLEDISABLE
38055 38056 38057 38058 38059 38060 38061 38062 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38055 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.
38055 38056 38057 38058 38059 38060 38061 38062 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38055 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |