Class: Aws::PinpointSMSVoiceV2::Types::SendNotifyVoiceMessageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SendNotifyVoiceMessageResult
- 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.
-
#resolved_message_body ⇒ String
The message body after template variable substitution has been applied.
-
#template_id ⇒ String
The unique identifier of the template used for the message.
Instance Attribute Details
#message_id ⇒ String
The unique identifier for the message.
7566 7567 7568 7569 7570 7571 7572 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7566 class SendNotifyVoiceMessageResult < Struct.new( :message_id, :template_id, :resolved_message_body) SENSITIVE = [] include Aws::Structure end |
#resolved_message_body ⇒ String
The message body after template variable substitution has been applied.
7566 7567 7568 7569 7570 7571 7572 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7566 class SendNotifyVoiceMessageResult < Struct.new( :message_id, :template_id, :resolved_message_body) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The unique identifier of the template used for the message.
7566 7567 7568 7569 7570 7571 7572 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7566 class SendNotifyVoiceMessageResult < Struct.new( :message_id, :template_id, :resolved_message_body) SENSITIVE = [] include Aws::Structure end |