Class: Aws::QConnect::Types::TextMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::TextMessage
- 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
-
#value ⇒ String
The value of the message data in text type.
Instance Attribute Details
#value ⇒ String
The value of the message data in text type.
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 |