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

#attachments::Array[Types::Attachment]

Returns the value of attribute attachments.

Returns:



1386
1387
1388
# File 'sig/types.rbs', line 1386

def attachments
  @attachments
end

#bodyTypes::Body

Returns the value of attribute body.

Returns:



1384
1385
1386
# File 'sig/types.rbs', line 1384

def body
  @body
end

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



1385
1386
1387
# File 'sig/types.rbs', line 1385

def headers
  @headers
end

#subjectTypes::Content

Returns the value of attribute subject.

Returns:



1383
1384
1385
# File 'sig/types.rbs', line 1383

def subject
  @subject
end