Class: Aws::Types::DataFieldComboSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::DataFieldComboSeriesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#field_value ⇒ ::String
Returns the value of attribute field_value.
-
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def field_value @field_value end |
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def settings @settings end |