Class: Aws::QuickSight::Types::DataFieldSeriesItem

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 line chart.

Constant Summary collapse

SENSITIVE =
[:field_value]

Instance Attribute Summary collapse

Instance Attribute Details

#axis_binding ⇒ String

The axis that you are binding the field to.

Returns:

  • (String)


13955
13956
13957
13958
13959
13960
13961
13962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13955

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

#field_id ⇒ String

The field ID of the field that you are setting the axis binding to.

Returns:

  • (String)


13955
13956
13957
13958
13959
13960
13961
13962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13955

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

#field_value ⇒ String

The field value of the field that you are setting the axis binding to.

Returns:

  • (String)


13955
13956
13957
13958
13959
13960
13961
13962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13955

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

#settings ⇒ Types::LineChartSeriesSettings

The options that determine the presentation of line series associated to the field.



13955
13956
13957
13958
13959
13960
13961
13962
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13955

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