Class: Aws::Types::KPISparklineOptions
- Inherits:
-
Object
- Object
- Aws::Types::KPISparklineOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color ⇒ ::String
Returns the value of attribute color.
-
#tooltip_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute tooltip_visibility.
-
#type ⇒ "LINE", "AREA"
Returns the value of attribute type.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#color ⇒ ::String
Returns the value of attribute color.
7041 7042 7043 |
# File 'sig/types.rbs', line 7041 def color @color end |
#tooltip_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute tooltip_visibility.
7042 7043 7044 |
# File 'sig/types.rbs', line 7042 def tooltip_visibility @tooltip_visibility end |
#type ⇒ "LINE", "AREA"
Returns the value of attribute type.
7040 7041 7042 |
# File 'sig/types.rbs', line 7040 def type @type end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
7039 7040 7041 |
# File 'sig/types.rbs', line 7039 def visibility @visibility end |