Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::Body
Returns the value of attribute body.
-
#subject ⇒ Types::Content
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ Types::Body
Returns the value of attribute body.
500 501 502 |
# File 'sig/types.rbs', line 500 def body @body end |
#subject ⇒ Types::Content
Returns the value of attribute subject.
499 500 501 |
# File 'sig/types.rbs', line 499 def subject @subject end |