Class: Aws::Connect::Types::InboundRawMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InboundRawMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:subject, :body]
Instance Attribute Summary collapse
Instance Attribute Details
#body ⇒ 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_type ⇒ 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 |
#headers ⇒ 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 |
#subject ⇒ 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 |