Class: Aws::Types::PivotTablePaginatedReportOptions
- Inherits:
-
Object
- Object
- Aws::Types::PivotTablePaginatedReportOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#overflow_column_header_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute overflow_column_header_visibility.
-
#vertical_overflow_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute vertical_overflow_visibility.
Instance Attribute Details
#overflow_column_header_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute overflow_column_header_visibility.
8793 8794 8795 |
# File 'sig/types.rbs', line 8793 def overflow_column_header_visibility @overflow_column_header_visibility end |
#vertical_overflow_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute vertical_overflow_visibility.
8792 8793 8794 |
# File 'sig/types.rbs', line 8792 def vertical_overflow_visibility @vertical_overflow_visibility end |