Class: Aws::Connect::Types::InboundRawMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:subject, :body]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Returns:

  • (String)


11990
11991
11992
11993
11994
11995
11996
11997
# File 'lib/aws-sdk-connect/types.rb', line 11990

class InboundRawMessage < Struct.new(
  :subject,
  :body,
  :content_type,
  :headers)
  SENSITIVE = [:subject, :body]
  include Aws::Structure
end

#content_typeString

Returns:

  • (String)


11990
11991
11992
11993
11994
11995
11996
11997
# File 'lib/aws-sdk-connect/types.rb', line 11990

class InboundRawMessage < Struct.new(
  :subject,
  :body,
  :content_type,
  :headers)
  SENSITIVE = [:subject, :body]
  include Aws::Structure
end

#headersHash<String,String>

Returns:

  • (Hash<String,String>)


11990
11991
11992
11993
11994
11995
11996
11997
# File 'lib/aws-sdk-connect/types.rb', line 11990

class InboundRawMessage < Struct.new(
  :subject,
  :body,
  :content_type,
  :headers)
  SENSITIVE = [:subject, :body]
  include Aws::Structure
end

#subjectString

Returns:

  • (String)


11990
11991
11992
11993
11994
11995
11996
11997
# File 'lib/aws-sdk-connect/types.rb', line 11990

class InboundRawMessage < Struct.new(
  :subject,
  :body,
  :content_type,
  :headers)
  SENSITIVE = [:subject, :body]
  include Aws::Structure
end