Class: Aws::Types::SubtotalOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label::String

Returns the value of attribute custom_label.

Returns:

  • (::String)


11060
11061
11062
# File 'sig/types.rbs', line 11060

def custom_label
  @custom_label
end

#field_level"ALL", ...

Returns the value of attribute field_level.

Returns:

  • ("ALL", "CUSTOM", "LAST")


11061
11062
11063
# File 'sig/types.rbs', line 11061

def field_level
  @field_level
end

#field_level_options::Array[Types::PivotTableFieldSubtotalOptions]

Returns the value of attribute field_level_options.



11062
11063
11064
# File 'sig/types.rbs', line 11062

def field_level_options
  @field_level_options
end

#metric_header_cell_styleTypes::TableCellStyle

Returns the value of attribute metric_header_cell_style.



11065
11066
11067
# File 'sig/types.rbs', line 11065

def metric_header_cell_style
  @metric_header_cell_style
end

#style_targets::Array[Types::TableStyleTarget]

Returns the value of attribute style_targets.

Returns:



11066
11067
11068
# File 'sig/types.rbs', line 11066

def style_targets
  @style_targets
end

#total_cell_styleTypes::TableCellStyle

Returns the value of attribute total_cell_style.



11063
11064
11065
# File 'sig/types.rbs', line 11063

def total_cell_style
  @total_cell_style
end

#totals_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute totals_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


11059
11060
11061
# File 'sig/types.rbs', line 11059

def totals_visibility
  @totals_visibility
end

#value_cell_styleTypes::TableCellStyle

Returns the value of attribute value_cell_style.



11064
11065
11066
# File 'sig/types.rbs', line 11064

def value_cell_style
  @value_cell_style
end