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.
5423 5424 5425 |
# File 'sig/types.rbs', line 5423 def field_id @field_id end |
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
5424 5425 5426 |
# File 'sig/types.rbs', line 5424 def settings @settings end |