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.
14354 14355 14356 14357 14358 14359 14360 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14354 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.
14354 14355 14356 14357 14358 14359 14360 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14354 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.
14354 14355 14356 14357 14358 14359 14360 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14354 class FieldSeriesItem < Struct.new( :field_id, :axis_binding, :settings) SENSITIVE = [] include Aws::Structure end |