Class: Aws::Pinpoint::Types::TemplateVersionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::TemplateVersionsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about all the versions of a specific message template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #item  ⇒ Array<Types::TemplateVersionResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of responses, one for each version of the message template.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message that’s returned from the API for the request to retrieve information about all the versions of the message template.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string to use in a subsequent request to get the next page of results in a paginated response.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the request to retrieve information about all the versions of the message template.
 
Instance Attribute Details
#item ⇒ Array<Types::TemplateVersionResponse>
An array of responses, one for each version of the message template.
      12147 12148 12149 12150 12151 12152 12153 12154  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12147 class TemplateVersionsResponse < Struct.new( :item, :message, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The message that’s returned from the API for the request to retrieve information about all the versions of the message template.
      12147 12148 12149 12150 12151 12152 12153 12154  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12147 class TemplateVersionsResponse < Struct.new( :item, :message, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
      12147 12148 12149 12150 12151 12152 12153 12154  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12147 class TemplateVersionsResponse < Struct.new( :item, :message, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The unique identifier for the request to retrieve information about all the versions of the message template.
      12147 12148 12149 12150 12151 12152 12153 12154  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12147 class TemplateVersionsResponse < Struct.new( :item, :message, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end  |