Class: Aws::PinpointSMSVoiceV2::Types::SendTextMessageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SendTextMessageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The unique identifier for the message.
Instance Attribute Details
#message_id ⇒ String
The unique identifier for the message.
6211 6212 6213 6214 6215 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6211 class SendTextMessageResult < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |