Class: Aws::Types::TableInlineVisualization
- Inherits:
-
Object
- Object
- Aws::Types::TableInlineVisualization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_bars ⇒ Types::DataBarsOptions
Returns the value of attribute data_bars.
-
#sparklines ⇒ Types::SparklinesOptions
Returns the value of attribute sparklines.
Instance Attribute Details
#data_bars ⇒ Types::DataBarsOptions
Returns the value of attribute data_bars.
11200 11201 11202 |
# File 'sig/types.rbs', line 11200 def @data_bars end |
#sparklines ⇒ Types::SparklinesOptions
Returns the value of attribute sparklines.
11201 11202 11203 |
# File 'sig/types.rbs', line 11201 def sparklines @sparklines end |