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.
10810 10811 10812 |
# File 'sig/types.rbs', line 10810 def @data_bars end |
#sparklines ⇒ Types::SparklinesOptions
Returns the value of attribute sparklines.
10811 10812 10813 |
# File 'sig/types.rbs', line 10811 def sparklines @sparklines end |