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.
671 672 673 |
# File 'sig/types.rbs', line 671 def body @body end |
#subject ⇒ Types::Content
Returns the value of attribute subject.
670 671 672 |
# File 'sig/types.rbs', line 670 def subject @subject end |