Class: Aws::Types::SheetTextBox

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


10199
10200
10201
# File 'sig/types.rbs', line 10199

def content
  @content
end

#interactionsTypes::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.

Returns:

  • (::String)


10198
10199
10200
# File 'sig/types.rbs', line 10198

def sheet_text_box_id
  @sheet_text_box_id
end