Class: Aws::QuickSight::Types::ReferenceLineDataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineDataConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The data configuration of the reference line.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#axis_binding ⇒ String
The axis binding type of the reference line.
-
#dynamic_configuration ⇒ Types::ReferenceLineDynamicDataConfiguration
The dynamic configuration of the reference line data configuration.
-
#series_type ⇒ String
The series type of the reference line data configuration.
-
#static_configuration ⇒ Types::ReferenceLineStaticDataConfiguration
The static data configuration of the reference line data configuration.
Instance Attribute Details
#axis_binding ⇒ String
The axis binding type of the reference line. Choose one of the following options:
-
‘PrimaryY`
-
‘SecondaryY`
25536 25537 25538 25539 25540 25541 25542 25543 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25536 class ReferenceLineDataConfiguration < Struct.new( :static_configuration, :dynamic_configuration, :axis_binding, :series_type) SENSITIVE = [] include Aws::Structure end |
#dynamic_configuration ⇒ Types::ReferenceLineDynamicDataConfiguration
The dynamic configuration of the reference line data configuration.
25536 25537 25538 25539 25540 25541 25542 25543 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25536 class ReferenceLineDataConfiguration < Struct.new( :static_configuration, :dynamic_configuration, :axis_binding, :series_type) SENSITIVE = [] include Aws::Structure end |
#series_type ⇒ String
The series type of the reference line data configuration. Choose one of the following options:
-
‘BAR`
-
‘LINE`
25536 25537 25538 25539 25540 25541 25542 25543 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25536 class ReferenceLineDataConfiguration < Struct.new( :static_configuration, :dynamic_configuration, :axis_binding, :series_type) SENSITIVE = [] include Aws::Structure end |
#static_configuration ⇒ Types::ReferenceLineStaticDataConfiguration
The static data configuration of the reference line data configuration.
25536 25537 25538 25539 25540 25541 25542 25543 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25536 class ReferenceLineDataConfiguration < Struct.new( :static_configuration, :dynamic_configuration, :axis_binding, :series_type) SENSITIVE = [] include Aws::Structure end |