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.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def axis_binding @axis_binding end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def field_value @field_value end |
#settings ⇒ Types::LineChartSeriesSettings
Returns the value of attribute settings.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def settings @settings end |