Class: Aws::Types::DataBarsOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataBarsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#negative_color ⇒ ::String
Returns the value of attribute negative_color.
-
#positive_color ⇒ ::String
Returns the value of attribute positive_color.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def field_id @field_id end |
#negative_color ⇒ ::String
Returns the value of attribute negative_color.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def negative_color @negative_color end |
#positive_color ⇒ ::String
Returns the value of attribute positive_color.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def positive_color @positive_color end |