Class: Aws::QuickSight::Types::DataFieldComboSeriesItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_idString

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

Returns:

  • (String)


10795
10796
10797
10798
10799
10800
10801
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10795

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

#field_valueString

Field value of the field that you are setting the series configuration for.

Returns:

  • (String)


10795
10796
10797
10798
10799
10800
10801
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10795

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

#settingsTypes::ComboChartSeriesSettings

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



10795
10796
10797
10798
10799
10800
10801
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10795

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