Class: Aws::Types::Body

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#htmlTypes::Content

Returns the value of attribute html.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def html
  @html
end

#textTypes::Content

Returns the value of attribute text.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def text
  @text
end