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.
10589 10590 10591 |
# File 'sig/types.rbs', line 10589 def content @content end |
#interactions ⇒ Types::TextBoxInteractionOptions
Returns the value of attribute interactions.
10590 10591 10592 |
# File 'sig/types.rbs', line 10590 def interactions @interactions end |
#sheet_text_box_id ⇒ ::String
Returns the value of attribute sheet_text_box_id.
10588 10589 10590 |
# File 'sig/types.rbs', line 10588 def sheet_text_box_id @sheet_text_box_id end |