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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



7456
7457
7458
7459
7460
# File 'lib/aws-sdk-pinpoint/types.rb', line 7456

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