Class: Aws::QuickSight::Types::DataFieldSeriesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataFieldSeriesItem
- 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
-
#axis_binding ⇒ String
The axis that you are binding the field to.
-
#field_id ⇒ String
The field ID of the field that you are setting the axis binding to.
-
#field_value ⇒ String
The field value of the field that you are setting the axis binding to.
-
#settings ⇒ Types::LineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
Instance Attribute Details
#axis_binding ⇒ String
The axis that you are binding the field to.
8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8087 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.
8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8087 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.
8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8087 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.
8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8087 class DataFieldSeriesItem < Struct.new( :field_id, :field_value, :axis_binding, :settings) SENSITIVE = [:field_value] include Aws::Structure end |