Class: Aws::QuickSight::Types::FieldComboSeriesItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The field series item configuration of a ComboChartVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

Field ID of the field for which you are setting the series configuration.

Returns:

  • (String)


17684
17685
17686
17687
17688
17689
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17684

class FieldComboSeriesItem < Struct.new(
  :field_id,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::ComboChartSeriesSettings

Options that determine the presentation of series associated to the field.



17684
17685
17686
17687
17688
17689
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17684

class FieldComboSeriesItem < Struct.new(
  :field_id,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end