Class: Aws::Types::DataFieldSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::DataFieldSeriesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#axis_binding ⇒ "PRIMARY_YAXIS", "SECONDARY_YAXIS"
Returns the value of attribute axis_binding.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#field_value ⇒ ::String
Returns the value of attribute field_value.
-
#settings ⇒ Types::LineChartSeriesSettings
Returns the value of attribute settings.
Instance Attribute Details
#axis_binding ⇒ "PRIMARY_YAXIS", "SECONDARY_YAXIS"
Returns the value of attribute axis_binding.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def axis_binding @axis_binding end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def field_value @field_value end |
#settings ⇒ Types::LineChartSeriesSettings
Returns the value of attribute settings.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def settings @settings end |