Class: Aws::Types::TotalOptions

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)


12013
12014
12015
# File 'sig/types.rbs', line 12013

def custom_label
  @custom_label
end

#placement"START", ...

Returns the value of attribute placement.

Returns:

  • ("START", "END", "AUTO")


12011
12012
12013
# File 'sig/types.rbs', line 12011

def placement
  @placement
end

#scroll_status"PINNED", "SCROLLED"

Returns the value of attribute scroll_status.

Returns:

  • ("PINNED", "SCROLLED")


12012
12013
12014
# File 'sig/types.rbs', line 12012

def scroll_status
  @scroll_status
end

#total_aggregation_options::Array[Types::TotalAggregationOption]

Returns the value of attribute total_aggregation_options.

Returns:



12015
12016
12017
# File 'sig/types.rbs', line 12015

def total_aggregation_options
  @total_aggregation_options
end

#total_cell_styleTypes::TableCellStyle

Returns the value of attribute total_cell_style.



12014
12015
12016
# File 'sig/types.rbs', line 12014

def total_cell_style
  @total_cell_style
end

#totals_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute totals_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


12010
12011
12012
# File 'sig/types.rbs', line 12010

def totals_visibility
  @totals_visibility
end