Class: Aws::Connect::Types::DeleteEvaluationFormRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeleteEvaluationFormRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_form_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the evaluation form.
 - 
  
    
      #evaluation_form_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the evaluation form.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 
Instance Attribute Details
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
      6104 6105 6106 6107 6108 6109 6110  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6104 class DeleteEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_version ⇒ Integer
The unique identifier for the evaluation form.
      6104 6105 6106 6107 6108 6109 6110  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6104 class DeleteEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      6104 6105 6106 6107 6108 6109 6110  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6104 class DeleteEvaluationFormRequest < Struct.new( :instance_id, :evaluation_form_id, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  |