Class: Aws::Types::InboundRawMessage
- Inherits:
-
Object
- Object
- Aws::Types::InboundRawMessage
- 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.
-
#headers ⇒ ::Hash[("REFERENCES" | "MESSAGE_ID" | "IN_REPLY_TO" | "X_SES_SPAM_VERDICT" | "X_SES_VIRUS_VERDICT"), ::String]
Returns the value of attribute headers.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
4536 4537 4538 |
# File 'sig/types.rbs', line 4536 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
4537 4538 4539 |
# File 'sig/types.rbs', line 4537 def content_type @content_type end |
#headers ⇒ ::Hash[("REFERENCES" | "MESSAGE_ID" | "IN_REPLY_TO" | "X_SES_SPAM_VERDICT" | "X_SES_VIRUS_VERDICT"), ::String]
Returns the value of attribute headers.
4538 4539 4540 |
# File 'sig/types.rbs', line 4538 def headers @headers end |
#subject ⇒ ::String
Returns the value of attribute subject.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def subject @subject end |