Class: Aws::Connect::Types::OutboundRawMessage

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)


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_typeString

Returns:

  • (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

#subjectString

Returns:

  • (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