Class: Aws::Pinpoint::Types::GetVoiceTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetVoiceTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_template_response ⇒ Types::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.
Instance Attribute Details
#voice_template_response ⇒ Types::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.
7536 7537 7538 7539 7540 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7536 class GetVoiceTemplateResponse < Struct.new( :voice_template_response) SENSITIVE = [] include Aws::Structure end |