Class: Aws::Pinpoint::Types::GetVoiceTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#voice_template_responseTypes::VoiceTemplateResponse

Provides information about the content and settings for a message template that can be used in messages that are sent through the voice channel.



9456
9457
9458
9459
# File 'lib/aws-sdk-pinpoint/types.rb', line 9456

class GetVoiceTemplateResponse < Struct.new(
  :voice_template_response)
  include Aws::Structure
end