Class: Aws::Types::TotalOptions
- Inherits:
-
Object
- Object
- Aws::Types::TotalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#placement ⇒ "START", ...
Returns the value of attribute placement.
-
#scroll_status ⇒ "PINNED", "SCROLLED"
Returns the value of attribute scroll_status.
-
#total_aggregation_options ⇒ ::Array[Types::TotalAggregationOption]
Returns the value of attribute total_aggregation_options.
-
#total_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute total_cell_style.
-
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
11623 11624 11625 |
# File 'sig/types.rbs', line 11623 def custom_label @custom_label end |
#placement ⇒ "START", ...
Returns the value of attribute placement.
11621 11622 11623 |
# File 'sig/types.rbs', line 11621 def placement @placement end |
#scroll_status ⇒ "PINNED", "SCROLLED"
Returns the value of attribute scroll_status.
11622 11623 11624 |
# File 'sig/types.rbs', line 11622 def scroll_status @scroll_status end |
#total_aggregation_options ⇒ ::Array[Types::TotalAggregationOption]
Returns the value of attribute total_aggregation_options.
11625 11626 11627 |
# File 'sig/types.rbs', line 11625 def @total_aggregation_options end |
#total_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute total_cell_style.
11624 11625 11626 |
# File 'sig/types.rbs', line 11624 def total_cell_style @total_cell_style end |
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
11620 11621 11622 |
# File 'sig/types.rbs', line 11620 def totals_visibility @totals_visibility end |