Class: Aws::Types::SheetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SheetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "PAGINATED", "INTERACTIVE"
Returns the value of attribute content_type.
-
#custom_action_defaults ⇒ Types::VisualCustomActionDefaults
Returns the value of attribute custom_action_defaults.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#filter_controls ⇒ ::Array[Types::FilterControl]
Returns the value of attribute filter_controls.
-
#images ⇒ ::Array[Types::SheetImage]
Returns the value of attribute images.
-
#layouts ⇒ ::Array[Types::Layout]
Returns the value of attribute layouts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameter_controls ⇒ ::Array[Types::ParameterControl]
Returns the value of attribute parameter_controls.
-
#sheet_control_layouts ⇒ ::Array[Types::SheetControlLayout]
Returns the value of attribute sheet_control_layouts.
-
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
-
#text_boxes ⇒ ::Array[Types::SheetTextBox]
Returns the value of attribute text_boxes.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#visuals ⇒ ::Array[Types::Visual]
Returns the value of attribute visuals.
Instance Attribute Details
#content_type ⇒ "PAGINATED", "INTERACTIVE"
Returns the value of attribute content_type.
10120 10121 10122 |
# File 'sig/types.rbs', line 10120 def content_type @content_type end |
#custom_action_defaults ⇒ Types::VisualCustomActionDefaults
Returns the value of attribute custom_action_defaults.
10121 10122 10123 |
# File 'sig/types.rbs', line 10121 def custom_action_defaults @custom_action_defaults end |
#description ⇒ ::String
Returns the value of attribute description.
10111 10112 10113 |
# File 'sig/types.rbs', line 10111 def description @description end |
#filter_controls ⇒ ::Array[Types::FilterControl]
Returns the value of attribute filter_controls.
10114 10115 10116 |
# File 'sig/types.rbs', line 10114 def filter_controls @filter_controls end |
#images ⇒ ::Array[Types::SheetImage]
Returns the value of attribute images.
10117 10118 10119 |
# File 'sig/types.rbs', line 10117 def images @images end |
#layouts ⇒ ::Array[Types::Layout]
Returns the value of attribute layouts.
10118 10119 10120 |
# File 'sig/types.rbs', line 10118 def layouts @layouts end |
#name ⇒ ::String
Returns the value of attribute name.
10112 10113 10114 |
# File 'sig/types.rbs', line 10112 def name @name end |
#parameter_controls ⇒ ::Array[Types::ParameterControl]
Returns the value of attribute parameter_controls.
10113 10114 10115 |
# File 'sig/types.rbs', line 10113 def parameter_controls @parameter_controls end |
#sheet_control_layouts ⇒ ::Array[Types::SheetControlLayout]
Returns the value of attribute sheet_control_layouts.
10119 10120 10121 |
# File 'sig/types.rbs', line 10119 def sheet_control_layouts @sheet_control_layouts end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10109 10110 10111 |
# File 'sig/types.rbs', line 10109 def sheet_id @sheet_id end |
#text_boxes ⇒ ::Array[Types::SheetTextBox]
Returns the value of attribute text_boxes.
10116 10117 10118 |
# File 'sig/types.rbs', line 10116 def text_boxes @text_boxes end |
#title ⇒ ::String
Returns the value of attribute title.
10110 10111 10112 |
# File 'sig/types.rbs', line 10110 def title @title end |
#visuals ⇒ ::Array[Types::Visual]
Returns the value of attribute visuals.
10115 10116 10117 |
# File 'sig/types.rbs', line 10115 def visuals @visuals end |