Class: Aws::Types::InboundRawMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:subject, :body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


4541
4542
4543
# File 'sig/types.rbs', line 4541

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


4542
4543
4544
# File 'sig/types.rbs', line 4542

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.

Returns:

  • (::Hash[("REFERENCES" | "MESSAGE_ID" | "IN_REPLY_TO" | "X_SES_SPAM_VERDICT" | "X_SES_VIRUS_VERDICT"), ::String])


4543
4544
4545
# File 'sig/types.rbs', line 4543

def headers
  @headers
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


4540
4541
4542
# File 'sig/types.rbs', line 4540

def subject
  @subject
end