Class: Aws::Types::PivotTotalOptions
- Inherits:
-
Object
- Object
- Aws::Types::PivotTotalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#metric_header_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute metric_header_cell_style.
-
#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.
-
#value_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute value_cell_style.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
8838 8839 8840 |
# File 'sig/types.rbs', line 8838 def custom_label @custom_label end |
#metric_header_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute metric_header_cell_style.
8841 8842 8843 |
# File 'sig/types.rbs', line 8841 def metric_header_cell_style @metric_header_cell_style end |
#placement ⇒ "START", ...
Returns the value of attribute placement.
8836 8837 8838 |
# File 'sig/types.rbs', line 8836 def placement @placement end |
#scroll_status ⇒ "PINNED", "SCROLLED"
Returns the value of attribute scroll_status.
8837 8838 8839 |
# File 'sig/types.rbs', line 8837 def scroll_status @scroll_status end |
#total_aggregation_options ⇒ ::Array[Types::TotalAggregationOption]
Returns the value of attribute total_aggregation_options.
8842 8843 8844 |
# File 'sig/types.rbs', line 8842 def @total_aggregation_options end |
#total_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute total_cell_style.
8839 8840 8841 |
# File 'sig/types.rbs', line 8839 def total_cell_style @total_cell_style end |
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
8835 8836 8837 |
# File 'sig/types.rbs', line 8835 def totals_visibility @totals_visibility end |
#value_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute value_cell_style.
8840 8841 8842 |
# File 'sig/types.rbs', line 8840 def value_cell_style @value_cell_style end |