Class: Aws::Types::OutboundRawMessage

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)


5892
5893
5894
# File 'sig/types.rbs', line 5892

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


5893
5894
5895
# File 'sig/types.rbs', line 5893

def content_type
  @content_type
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def subject
  @subject
end