Class: Aws::Types::FieldComboSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::FieldComboSeriesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
5689 5690 5691 |
# File 'sig/types.rbs', line 5689 def field_id @field_id end |
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
5690 5691 5692 |
# File 'sig/types.rbs', line 5690 def settings @settings end |