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:



1431
1432
1433
# File 'sig/types.rbs', line 1431

def attachments
  @attachments
end

#bodyTypes::Body

Returns the value of attribute body.

Returns:



1429
1430
1431
# File 'sig/types.rbs', line 1429

def body
  @body
end

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



1430
1431
1432
# File 'sig/types.rbs', line 1430

def headers
  @headers
end

#subjectTypes::Content

Returns the value of attribute subject.

Returns:



1428
1429
1430
# File 'sig/types.rbs', line 1428

def subject
  @subject
end