Class: Aws::Types::PivotTableOptions
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_style ⇒ Types::TableCellStyle
Returns the value of attribute cell_style.
-
#collapsed_row_dimensions_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute collapsed_row_dimensions_visibility.
-
#column_header_style ⇒ Types::TableCellStyle
Returns the value of attribute column_header_style.
-
#column_names_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute column_names_visibility.
-
#default_cell_width ⇒ ::String
Returns the value of attribute default_cell_width.
-
#metric_placement ⇒ "ROW", "COLUMN"
Returns the value of attribute metric_placement.
-
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
-
#row_field_names_style ⇒ Types::TableCellStyle
Returns the value of attribute row_field_names_style.
-
#row_header_style ⇒ Types::TableCellStyle
Returns the value of attribute row_header_style.
-
#rows_label_options ⇒ Types::PivotTableRowsLabelOptions
Returns the value of attribute rows_label_options.
-
#rows_layout ⇒ "TABULAR", "HIERARCHY"
Returns the value of attribute rows_layout.
-
#single_metric_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute single_metric_visibility.
-
#toggle_buttons_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute toggle_buttons_visibility.
Instance Attribute Details
#cell_style ⇒ Types::TableCellStyle
Returns the value of attribute cell_style.
8781 8782 8783 |
# File 'sig/types.rbs', line 8781 def cell_style @cell_style end |
#collapsed_row_dimensions_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute collapsed_row_dimensions_visibility.
8784 8785 8786 |
# File 'sig/types.rbs', line 8784 def collapsed_row_dimensions_visibility @collapsed_row_dimensions_visibility end |
#column_header_style ⇒ Types::TableCellStyle
Returns the value of attribute column_header_style.
8779 8780 8781 |
# File 'sig/types.rbs', line 8779 def column_header_style @column_header_style end |
#column_names_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute column_names_visibility.
8777 8778 8779 |
# File 'sig/types.rbs', line 8777 def column_names_visibility @column_names_visibility end |
#default_cell_width ⇒ ::String
Returns the value of attribute default_cell_width.
8787 8788 8789 |
# File 'sig/types.rbs', line 8787 def default_cell_width @default_cell_width end |
#metric_placement ⇒ "ROW", "COLUMN"
Returns the value of attribute metric_placement.
8775 8776 8777 |
# File 'sig/types.rbs', line 8775 def metric_placement @metric_placement end |
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
8783 8784 8785 |
# File 'sig/types.rbs', line 8783 def @row_alternate_color_options end |
#row_field_names_style ⇒ Types::TableCellStyle
Returns the value of attribute row_field_names_style.
8782 8783 8784 |
# File 'sig/types.rbs', line 8782 def row_field_names_style @row_field_names_style end |
#row_header_style ⇒ Types::TableCellStyle
Returns the value of attribute row_header_style.
8780 8781 8782 |
# File 'sig/types.rbs', line 8780 def row_header_style @row_header_style end |
#rows_label_options ⇒ Types::PivotTableRowsLabelOptions
Returns the value of attribute rows_label_options.
8786 8787 8788 |
# File 'sig/types.rbs', line 8786 def @rows_label_options end |
#rows_layout ⇒ "TABULAR", "HIERARCHY"
Returns the value of attribute rows_layout.
8785 8786 8787 |
# File 'sig/types.rbs', line 8785 def rows_layout @rows_layout end |
#single_metric_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute single_metric_visibility.
8776 8777 8778 |
# File 'sig/types.rbs', line 8776 def single_metric_visibility @single_metric_visibility end |
#toggle_buttons_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute toggle_buttons_visibility.
8778 8779 8780 |
# File 'sig/types.rbs', line 8778 def @toggle_buttons_visibility end |