Class: Aws::Connect::Types::CreateTaskTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateTaskTemplateResponse
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the task template resource.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the task template resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the task template resource.
      5610 5611 5612 5613 5614 5615  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5610 class CreateTaskTemplateResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the task template resource.
      5610 5611 5612 5613 5614 5615  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5610 class CreateTaskTemplateResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  |