Class: Aws::Types::DataFieldBarSeriesItem
- Inherits:
-
Object
- Object
- Aws::Types::DataFieldBarSeriesItem
- 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::BarChartSeriesSettings
Returns the value of attribute settings.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def field_value @field_value end |
#settings ⇒ Types::BarChartSeriesSettings
Returns the value of attribute settings.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def settings @settings end |