Class: Aws::PinpointSMSVoiceV2::Types::SendNotifyVoiceMessageResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique identifier for the message.

Returns:

  • (String)


8480
8481
8482
8483
8484
8485
8486
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8480

class SendNotifyVoiceMessageResult < Struct.new(
  :message_id,
  :template_id,
  :resolved_message_body)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_message_bodyString

The message body after template variable substitution has been applied.

Returns:

  • (String)


8480
8481
8482
8483
8484
8485
8486
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8480

class SendNotifyVoiceMessageResult < Struct.new(
  :message_id,
  :template_id,
  :resolved_message_body)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The unique identifier of the template used for the message.

Returns:

  • (String)


8480
8481
8482
8483
8484
8485
8486
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8480

class SendNotifyVoiceMessageResult < Struct.new(
  :message_id,
  :template_id,
  :resolved_message_body)
  SENSITIVE = []
  include Aws::Structure
end