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.



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.

Returns:

  • ("HIDDEN", "VISIBLE")


9135
9136
9137
# File 'sig/types.rbs', line 9135

def collapsed_row_dimensions_visibility
  @collapsed_row_dimensions_visibility
end

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

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ROW", "COLUMN")


9126
9127
9128
# File 'sig/types.rbs', line 9126

def metric_placement
  @metric_placement
end

#row_alternate_color_optionsTypes::RowAlternateColorOptions

Returns the value of attribute row_alternate_color_options.



9134
9135
9136
# File 'sig/types.rbs', line 9134

def row_alternate_color_options
  @row_alternate_color_options
end

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

Returns the value of attribute rows_label_options.



9137
9138
9139
# File 'sig/types.rbs', line 9137

def rows_label_options
  @rows_label_options
end

#rows_layout"TABULAR", "HIERARCHY"

Returns the value of attribute rows_layout.

Returns:

  • ("TABULAR", "HIERARCHY")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


9129
9130
9131
# File 'sig/types.rbs', line 9129

def toggle_buttons_visibility
  @toggle_buttons_visibility
end