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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



7513
7514
7515
7516
7517
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7513

class GetVoiceTemplateResponse < Struct.new(
  :voice_template_response)
  SENSITIVE = []
  include Aws::Structure
end