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.
27036 27037 27038 27039 27040 27041 27042 27043 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27036 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.
27036 27037 27038 27039 27040 27041 27042 27043 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27036 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
27036 27037 27038 27039 27040 27041 27042 27043 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27036 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.
27036 27037 27038 27039 27040 27041 27042 27043 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27036 class ReferenceLine < Struct.new( :status, :data_configuration, :style_configuration, :label_configuration) SENSITIVE = [] include Aws::Structure end |