Class: Aws::QuickSight::Types::BarSeriesItem

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

Overview

The series item configuration of a BarChartVisual.

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

Instance Attribute Details

#data_field_bar_series_itemTypes::DataFieldBarSeriesItem

The data field series item configuration of a BarChartVisual.



3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3553

class BarSeriesItem < Struct.new(
  :field_bar_series_item,
  :data_field_bar_series_item)
  SENSITIVE = []
  include Aws::Structure
end

#field_bar_series_itemTypes::FieldBarSeriesItem

The field series item configuration of a BarChartVisual.



3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3553

class BarSeriesItem < Struct.new(
  :field_bar_series_item,
  :data_field_bar_series_item)
  SENSITIVE = []
  include Aws::Structure
end