Class: Aws::Types::SubtotalOptions
- Inherits:
-
Object
- Object
- Aws::Types::SubtotalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#field_level ⇒ "ALL", ...
Returns the value of attribute field_level.
-
#field_level_options ⇒ ::Array[Types::PivotTableFieldSubtotalOptions]
Returns the value of attribute field_level_options.
-
#metric_header_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute metric_header_cell_style.
-
#style_targets ⇒ ::Array[Types::TableStyleTarget]
Returns the value of attribute style_targets.
-
#total_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute total_cell_style.
-
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
-
#value_cell_style ⇒ Types::TableCellStyle
Returns the value of attribute value_cell_style.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
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.
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 end |
#metric_header_cell_style ⇒ Types::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.
11066 11067 11068 |
# File 'sig/types.rbs', line 11066 def style_targets @style_targets end |
#total_cell_style ⇒ Types::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.
11059 11060 11061 |
# File 'sig/types.rbs', line 11059 def totals_visibility @totals_visibility end |
#value_cell_style ⇒ Types::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 |