Class: Aws::QConnect::Types::TextMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The message data in text type.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The value of the message data in text type.

Returns:

  • (String)


9297
9298
9299
9300
9301
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9297

class TextMessage < Struct.new(
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end