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.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def field_value @field_value end |
#settings ⇒ Types::ComboChartSeriesSettings
Returns the value of attribute settings.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def settings @settings end |