Class: Aws::QuickSight::Types::DataFieldComboSeriesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataFieldComboSeriesItem
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The data field series item configuration of a ComboChartVisual.
Constant Summary collapse
- SENSITIVE =
[:field_value]
Instance Attribute Summary collapse
-
#field_id ⇒ String
Field ID of the field that you are setting the series configuration for.
-
#field_value ⇒ String
Field value of the field that you are setting the series configuration for.
-
#settings ⇒ Types::ComboChartSeriesSettings
Options that determine the presentation of series associated to the field.
Instance Attribute Details
#field_id ⇒ String
Field ID of the field that you are setting the series configuration for.
9917 9918 9919 9920 9921 9922 9923 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9917 class DataFieldComboSeriesItem < Struct.new( :field_id, :field_value, :settings) SENSITIVE = [:field_value] include Aws::Structure end |
#field_value ⇒ String
Field value of the field that you are setting the series configuration for.
9917 9918 9919 9920 9921 9922 9923 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9917 class DataFieldComboSeriesItem < Struct.new( :field_id, :field_value, :settings) SENSITIVE = [:field_value] include Aws::Structure end |
#settings ⇒ Types::ComboChartSeriesSettings
Options that determine the presentation of series associated to the field.
9917 9918 9919 9920 9921 9922 9923 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9917 class DataFieldComboSeriesItem < Struct.new( :field_id, :field_value, :settings) SENSITIVE = [:field_value] include Aws::Structure end |