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.
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.
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 end |
#metric_header_cell_style ⇒ Types::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.
10676 10677 10678 |
# File 'sig/types.rbs', line 10676 def style_targets @style_targets end |
#total_cell_style ⇒ Types::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.
10669 10670 10671 |
# File 'sig/types.rbs', line 10669 def totals_visibility @totals_visibility end |
#value_cell_style ⇒ Types::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 |