Class: Aws::Types::FieldSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::FieldSeriesItem
- 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.
-
#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.
5442 5443 5444 |
# File 'sig/types.rbs', line 5442 def axis_binding @axis_binding end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
5441 5442 5443 |
# File 'sig/types.rbs', line 5441 def field_id @field_id end |
#settings ⇒ Types::LineChartSeriesSettings
Returns the value of attribute settings.
5443 5444 5445 |
# File 'sig/types.rbs', line 5443 def settings @settings end |