Class: Aws::Types::OutboundRawMessage
- Inherits:
-
Object
- Object
- Aws::Types::OutboundRawMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
6047 6048 6049 |
# File 'sig/types.rbs', line 6047 def content_type @content_type end |
#subject ⇒ ::String
Returns the value of attribute subject.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def subject @subject end |