Class: Aws::Types::FieldBarSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::FieldBarSeriesItem
- 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::BarChartSeriesSettings
Returns the value of attribute settings.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def field_id @field_id end |
#settings ⇒ Types::BarChartSeriesSettings
Returns the value of attribute settings.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def settings @settings end |