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)


10670
10671
10672
# File 'sig/types.rbs', line 10670

def custom_label
  @custom_label
end

#field_level"ALL", ...

Returns the value of attribute field_level.

Returns:

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


10671
10672
10673
# File 'sig/types.rbs', line 10671

def field_level
  @field_level
end

#field_level_options::Array[Types::PivotTableFieldSubtotalOptions]

Returns the value of attribute field_level_options.



10672
10673
10674
# File 'sig/types.rbs', line 10672

def field_level_options
  @field_level_options
end

#metric_header_cell_styleTypes::TableCellStyle

Returns the value of attribute metric_header_cell_style.



10675
10676
10677
# File 'sig/types.rbs', line 10675

def metric_header_cell_style
  @metric_header_cell_style
end

#style_targets::Array[Types::TableStyleTarget]

Returns the value of attribute style_targets.

Returns:



10676
10677
10678
# File 'sig/types.rbs', line 10676

def style_targets
  @style_targets
end

#total_cell_styleTypes::TableCellStyle

Returns the value of attribute total_cell_style.



10673
10674
10675
# File 'sig/types.rbs', line 10673

def total_cell_style
  @total_cell_style
end

#totals_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute totals_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


10669
10670
10671
# File 'sig/types.rbs', line 10669

def totals_visibility
  @totals_visibility
end

#value_cell_styleTypes::TableCellStyle

Returns the value of attribute value_cell_style.



10674
10675
10676
# File 'sig/types.rbs', line 10674

def value_cell_style
  @value_cell_style
end