Class: Aws::Types::MessageBody

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#html::String

Returns the value of attribute html.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def html
  @html
end

#message_malformedBoolean

Returns the value of attribute message_malformed.

Returns:

  • (Boolean)


966
967
968
# File 'sig/types.rbs', line 966

def message_malformed
  @message_malformed
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def text
  @text
end