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_bindingString

The axis that you are binding the field to.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7480

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)


7480
7481
7482
7483
7484
7485
7486
7487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7480

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)


7480
7481
7482
7483
7484
7485
7486
7487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7480

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.



7480
7481
7482
7483
7484
7485
7486
7487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7480

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