Class: Aws::Connect::Types::CreateCaseActionDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateCaseActionDefinition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The ‘CreateCase` action definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Array<Types::FieldValue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects with ‘Field ID` and `Value` data.
 - 
  
    
      #template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier of a template.
 
Instance Attribute Details
#fields ⇒ Array<Types::FieldValue>
An array of objects with ‘Field ID` and `Value` data.
      3478 3479 3480 3481 3482 3483  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3478 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end  | 
  
#template_id ⇒ String
A unique identifier of a template.
      3478 3479 3480 3481 3482 3483  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3478 class CreateCaseActionDefinition < Struct.new( :fields, :template_id) SENSITIVE = [] include Aws::Structure end  |