Class: Aws::QuickSight::Types::FieldSeriesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FieldSeriesItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field series item configuration of a line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#axis_binding ⇒ String
The axis that you are binding the field to.
-
#field_id ⇒ String
The field ID of the field for which you are setting the axis binding.
-
#settings ⇒ Types::LineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
Instance Attribute Details
#axis_binding ⇒ String
The axis that you are binding the field to.
15199 15200 15201 15202 15203 15204 15205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15199 class FieldSeriesItem < Struct.new( :field_id, :axis_binding, :settings) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The field ID of the field for which you are setting the axis binding.
15199 15200 15201 15202 15203 15204 15205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15199 class FieldSeriesItem < Struct.new( :field_id, :axis_binding, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::LineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
15199 15200 15201 15202 15203 15204 15205 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15199 class FieldSeriesItem < Struct.new( :field_id, :axis_binding, :settings) SENSITIVE = [] include Aws::Structure end |