Class: Aws::Pinpoint::Types::GetSmsTemplateResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#sms_template_responseTypes::SMSTemplateResponse

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



9358
9359
9360
9361
# File 'lib/aws-sdk-pinpoint/types.rb', line 9358

class GetSmsTemplateResponse < Struct.new(
  :sms_template_response)
  include Aws::Structure
end