Class: Aws::PinpointSMSVoiceV2::Types::SendRcsMessageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SendRcsMessageResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
8288 8289 8290 8291 8292 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8288 class SendRcsMessageResult < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |