Class: Aws::Pinpoint::Types::CreateTemplateMessageBody
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::CreateTemplateMessageBody
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about a request to create a message template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the message template that was created.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message that’s returned from the API for the request to create the message template.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the request to create the message template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the message template that was created.
      3139 3140 3141 3142 3143 3144 3145  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3139 class CreateTemplateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The message that’s returned from the API for the request to create the message template.
      3139 3140 3141 3142 3143 3144 3145  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3139 class CreateTemplateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The unique identifier for the request to create the message template.
      3139 3140 3141 3142 3143 3144 3145  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3139 class CreateTemplateMessageBody < Struct.new( :arn, :message, :request_id) SENSITIVE = [] include Aws::Structure end  |