Class: Aws::QuickSight::Types::FieldBarSeriesItem

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 BarChartVisual.

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)


17634
17635
17636
17637
17638
17639
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17634

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

#settingsTypes::BarChartSeriesSettings

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



17634
17635
17636
17637
17638
17639
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17634

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