Class: Aws::Types::SheetTextBox
- Inherits:
-
Object
- Object
- Aws::Types::SheetTextBox
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#interactions ⇒ Types::TextBoxInteractionOptions
Returns the value of attribute interactions.
-
#sheet_text_box_id ⇒ ::String
Returns the value of attribute sheet_text_box_id.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
10199 10200 10201 |
# File 'sig/types.rbs', line 10199 def content @content end |
#interactions ⇒ Types::TextBoxInteractionOptions
Returns the value of attribute interactions.
10200 10201 10202 |
# File 'sig/types.rbs', line 10200 def interactions @interactions end |
#sheet_text_box_id ⇒ ::String
Returns the value of attribute sheet_text_box_id.
10198 10199 10200 |
# File 'sig/types.rbs', line 10198 def sheet_text_box_id @sheet_text_box_id end |