Class: Aws::QuickSight::Types::SeriesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SeriesItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The series item configuration of a line chart.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_field_series_item ⇒ Types::DataFieldSeriesItem
The data field series item configuration of a line chart.
-
#field_series_item ⇒ Types::FieldSeriesItem
The field series item configuration of a line chart.
Instance Attribute Details
#data_field_series_item ⇒ Types::DataFieldSeriesItem
The data field series item configuration of a line chart.
27935 27936 27937 27938 27939 27940 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27935 class SeriesItem < Struct.new( :field_series_item, :data_field_series_item) SENSITIVE = [] include Aws::Structure end |
#field_series_item ⇒ Types::FieldSeriesItem
The field series item configuration of a line chart.
27935 27936 27937 27938 27939 27940 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27935 class SeriesItem < Struct.new( :field_series_item, :data_field_series_item) SENSITIVE = [] include Aws::Structure end |