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.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def field_id @field_id end |
#negative_color ⇒ ::String
Returns the value of attribute negative_color.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def negative_color @negative_color end |
#positive_color ⇒ ::String
Returns the value of attribute positive_color.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def positive_color @positive_color end |