Class: Aws::Types::Message

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::Body

Returns the value of attribute body.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def body
  @body
end

#subjectTypes::Content

Returns the value of attribute subject.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def subject
  @subject
end