Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#body ⇒ Types::Body
Returns the value of attribute body.
-
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
-
#subject ⇒ Types::Content
Returns the value of attribute subject.
Instance Attribute Details
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def @attachments end |
#body ⇒ Types::Body
Returns the value of attribute body.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def body @body end |
#headers ⇒ ::Array[Types::MessageHeader]
Returns the value of attribute headers.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def headers @headers end |
#subject ⇒ Types::Content
Returns the value of attribute subject.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def subject @subject end |