Class: Aws::Types::DefaultNewSheetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DefaultNewSheetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interactive_layout_configuration ⇒ Types::DefaultInteractiveLayoutConfiguration
Returns the value of attribute interactive_layout_configuration.
-
#paginated_layout_configuration ⇒ Types::DefaultPaginatedLayoutConfiguration
Returns the value of attribute paginated_layout_configuration.
-
#sheet_content_type ⇒ "PAGINATED", "INTERACTIVE"
Returns the value of attribute sheet_content_type.
Instance Attribute Details
#interactive_layout_configuration ⇒ Types::DefaultInteractiveLayoutConfiguration
Returns the value of attribute interactive_layout_configuration.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def interactive_layout_configuration @interactive_layout_configuration end |
#paginated_layout_configuration ⇒ Types::DefaultPaginatedLayoutConfiguration
Returns the value of attribute paginated_layout_configuration.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def paginated_layout_configuration @paginated_layout_configuration end |
#sheet_content_type ⇒ "PAGINATED", "INTERACTIVE"
Returns the value of attribute sheet_content_type.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def sheet_content_type @sheet_content_type end |