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.
9189 9190 9191 |
# File 'sig/types.rbs', line 9189 def custom_label @custom_label end |
#metric_header_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute metric_header_cell_style.
9192 9193 9194 |
# File 'sig/types.rbs', line 9192 def metric_header_cell_style @metric_header_cell_style end |
#placement ⇒ "START", ...
Returns the value of attribute placement.
9187 9188 9189 |
# File 'sig/types.rbs', line 9187 def placement @placement end |
#scroll_status ⇒ "PINNED", "SCROLLED"
Returns the value of attribute scroll_status.
9188 9189 9190 |
# File 'sig/types.rbs', line 9188 def scroll_status @scroll_status end |
#total_aggregation_options ⇒ ::Array[Types::TotalAggregationOption]
Returns the value of attribute total_aggregation_options.
9193 9194 9195 |
# File 'sig/types.rbs', line 9193 def @total_aggregation_options end |
#total_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute total_cell_style.
9190 9191 9192 |
# File 'sig/types.rbs', line 9190 def total_cell_style @total_cell_style end |
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
9186 9187 9188 |
# File 'sig/types.rbs', line 9186 def totals_visibility @totals_visibility end |
#value_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute value_cell_style.
9191 9192 9193 |
# File 'sig/types.rbs', line 9191 def value_cell_style @value_cell_style end |