Class: Aws::Pinpoint::Types::CreateSmsTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateSmsTemplateRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sms_template_request ⇒ Types::SMSTemplateRequest
Specifies the content and settings for a message template that can be used in text messages that are sent through the SMS channel.
-
#template_name ⇒ String
Instance Attribute Details
#sms_template_request ⇒ Types::SMSTemplateRequest
Specifies the content and settings for a message template that can be used in text messages that are sent through the SMS channel.
3041 3042 3043 3044 3045 3046 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3041 class CreateSmsTemplateRequest < Struct.new( :sms_template_request, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
3041 3042 3043 3044 3045 3046 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3041 class CreateSmsTemplateRequest < Struct.new( :sms_template_request, :template_name) SENSITIVE = [] include Aws::Structure end |