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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_bindingString

The axis that you are binding the field to.

Returns:

  • (String)


7973
7974
7975
7976
7977
7978
7979
7980
# File 'lib/aws-sdk-quicksight/types.rb', line 7973

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

#field_idString

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

Returns:

  • (String)


7973
7974
7975
7976
7977
7978
7979
7980
# File 'lib/aws-sdk-quicksight/types.rb', line 7973

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

#field_valueString

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

Returns:

  • (String)


7973
7974
7975
7976
7977
7978
7979
7980
# File 'lib/aws-sdk-quicksight/types.rb', line 7973

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

#settingsTypes::LineChartSeriesSettings

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



7973
7974
7975
7976
7977
7978
7979
7980
# File 'lib/aws-sdk-quicksight/types.rb', line 7973

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