Class: Aws::Connect::Types::OutboundRawMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundRawMessage
- 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
15696 15697 15698 15699 15700 15701 15702 |
# File 'lib/aws-sdk-connect/types.rb', line 15696 class OutboundRawMessage < Struct.new( :subject, :body, :content_type) SENSITIVE = [:subject, :body] include Aws::Structure end |
#content_type ⇒ String
15696 15697 15698 15699 15700 15701 15702 |
# File 'lib/aws-sdk-connect/types.rb', line 15696 class OutboundRawMessage < Struct.new( :subject, :body, :content_type) SENSITIVE = [:subject, :body] include Aws::Structure end |
#subject ⇒ String
15696 15697 15698 15699 15700 15701 15702 |
# File 'lib/aws-sdk-connect/types.rb', line 15696 class OutboundRawMessage < Struct.new( :subject, :body, :content_type) SENSITIVE = [:subject, :body] include Aws::Structure end |