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

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

#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.



7432
7433
7434
7435
7436
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7432

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