You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::CreateSmsTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Pinpoint::Types::CreateSmsTemplateRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreateSmsTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  sms_template_request: { # required
    body: "__string",
    default_substitutions: "__string",
    recommender_id: "__string",
    tags: {
      "__string" => "__string",
    },
    template_description: "__string",
  },
  template_name: "__string", # required
}
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.