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.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def interactive_layout_configuration @interactive_layout_configuration end |
#paginated_layout_configuration ⇒ Types::DefaultPaginatedLayoutConfiguration
Returns the value of attribute paginated_layout_configuration.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def paginated_layout_configuration @paginated_layout_configuration end |
#sheet_content_type ⇒ "PAGINATED", "INTERACTIVE"
Returns the value of attribute sheet_content_type.
3671 3672 3673 |
# File 'sig/types.rbs', line 3671 def sheet_content_type @sheet_content_type end |