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.
9323 9324 9325 9326 9327 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9323 class TextMessage < Struct.new( :value) SENSITIVE = [:value] include Aws::Structure end |