Class: Aws::Types::PivotTableOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_styleTypes::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.

Returns:

  • ("HIDDEN", "VISIBLE")


8784
8785
8786
# File 'sig/types.rbs', line 8784

def collapsed_row_dimensions_visibility
  @collapsed_row_dimensions_visibility
end

#column_header_styleTypes::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.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ROW", "COLUMN")


8775
8776
8777
# File 'sig/types.rbs', line 8775

def metric_placement
  @metric_placement
end

#row_alternate_color_optionsTypes::RowAlternateColorOptions

Returns the value of attribute row_alternate_color_options.



8783
8784
8785
# File 'sig/types.rbs', line 8783

def row_alternate_color_options
  @row_alternate_color_options
end

#row_field_names_styleTypes::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_styleTypes::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_optionsTypes::PivotTableRowsLabelOptions

Returns the value of attribute rows_label_options.



8786
8787
8788
# File 'sig/types.rbs', line 8786

def rows_label_options
  @rows_label_options
end

#rows_layout"TABULAR", "HIERARCHY"

Returns the value of attribute rows_layout.

Returns:

  • ("TABULAR", "HIERARCHY")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


8778
8779
8780
# File 'sig/types.rbs', line 8778

def toggle_buttons_visibility
  @toggle_buttons_visibility
end