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.
9132 9133 9134 |
# File 'sig/types.rbs', line 9132 def cell_style @cell_style end |
#collapsed_row_dimensions_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute collapsed_row_dimensions_visibility.
9135 9136 9137 |
# File 'sig/types.rbs', line 9135 def collapsed_row_dimensions_visibility @collapsed_row_dimensions_visibility end |
#column_header_style ⇒ Types::TableCellStyle
Returns the value of attribute column_header_style.
9130 9131 9132 |
# File 'sig/types.rbs', line 9130 def column_header_style @column_header_style end |
#column_names_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute column_names_visibility.
9128 9129 9130 |
# File 'sig/types.rbs', line 9128 def column_names_visibility @column_names_visibility end |
#default_cell_width ⇒ ::String
Returns the value of attribute default_cell_width.
9138 9139 9140 |
# File 'sig/types.rbs', line 9138 def default_cell_width @default_cell_width end |
#metric_placement ⇒ "ROW", "COLUMN"
Returns the value of attribute metric_placement.
9126 9127 9128 |
# File 'sig/types.rbs', line 9126 def metric_placement @metric_placement end |
#row_alternate_color_options ⇒ Types::RowAlternateColorOptions
Returns the value of attribute row_alternate_color_options.
9134 9135 9136 |
# File 'sig/types.rbs', line 9134 def @row_alternate_color_options end |
#row_field_names_style ⇒ Types::TableCellStyle
Returns the value of attribute row_field_names_style.
9133 9134 9135 |
# File 'sig/types.rbs', line 9133 def row_field_names_style @row_field_names_style end |
#row_header_style ⇒ Types::TableCellStyle
Returns the value of attribute row_header_style.
9131 9132 9133 |
# File 'sig/types.rbs', line 9131 def row_header_style @row_header_style end |
#rows_label_options ⇒ Types::PivotTableRowsLabelOptions
Returns the value of attribute rows_label_options.
9137 9138 9139 |
# File 'sig/types.rbs', line 9137 def @rows_label_options end |
#rows_layout ⇒ "TABULAR", "HIERARCHY"
Returns the value of attribute rows_layout.
9136 9137 9138 |
# File 'sig/types.rbs', line 9136 def rows_layout @rows_layout end |
#single_metric_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute single_metric_visibility.
9127 9128 9129 |
# File 'sig/types.rbs', line 9127 def single_metric_visibility @single_metric_visibility end |
#toggle_buttons_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute toggle_buttons_visibility.
9129 9130 9131 |
# File 'sig/types.rbs', line 9129 def @toggle_buttons_visibility end |