Class: Aws::Pinpoint::Types::GetSmsTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetSmsTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sms_template_response  ⇒ Types::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.
 
Instance Attribute Details
#sms_template_response ⇒ Types::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  |