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.
10510 10511 10512 |
# File 'sig/types.rbs', line 10510 def content_type @content_type end |
#custom_action_defaults ⇒ Types::VisualCustomActionDefaults
Returns the value of attribute custom_action_defaults.
10511 10512 10513 |
# File 'sig/types.rbs', line 10511 def custom_action_defaults @custom_action_defaults end |
#description ⇒ ::String
Returns the value of attribute description.
10501 10502 10503 |
# File 'sig/types.rbs', line 10501 def description @description end |
#filter_controls ⇒ ::Array[Types::FilterControl]
Returns the value of attribute filter_controls.
10504 10505 10506 |
# File 'sig/types.rbs', line 10504 def filter_controls @filter_controls end |
#images ⇒ ::Array[Types::SheetImage]
Returns the value of attribute images.
10507 10508 10509 |
# File 'sig/types.rbs', line 10507 def images @images end |
#layouts ⇒ ::Array[Types::Layout]
Returns the value of attribute layouts.
10508 10509 10510 |
# File 'sig/types.rbs', line 10508 def layouts @layouts end |
#name ⇒ ::String
Returns the value of attribute name.
10502 10503 10504 |
# File 'sig/types.rbs', line 10502 def name @name end |
#parameter_controls ⇒ ::Array[Types::ParameterControl]
Returns the value of attribute parameter_controls.
10503 10504 10505 |
# File 'sig/types.rbs', line 10503 def parameter_controls @parameter_controls end |
#sheet_control_layouts ⇒ ::Array[Types::SheetControlLayout]
Returns the value of attribute sheet_control_layouts.
10509 10510 10511 |
# File 'sig/types.rbs', line 10509 def sheet_control_layouts @sheet_control_layouts end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10499 10500 10501 |
# File 'sig/types.rbs', line 10499 def sheet_id @sheet_id end |
#text_boxes ⇒ ::Array[Types::SheetTextBox]
Returns the value of attribute text_boxes.
10506 10507 10508 |
# File 'sig/types.rbs', line 10506 def text_boxes @text_boxes end |
#title ⇒ ::String
Returns the value of attribute title.
10500 10501 10502 |
# File 'sig/types.rbs', line 10500 def title @title end |
#visuals ⇒ ::Array[Types::Visual]
Returns the value of attribute visuals.
10505 10506 10507 |
# File 'sig/types.rbs', line 10505 def visuals @visuals end |