Class: Aws::Connect::Types::DescribeContactEvaluationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeContactEvaluationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation  ⇒ Types::Evaluation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the evaluation form completed for a specific contact.
 - 
  
    
      #evaluation_form  ⇒ Types::EvaluationFormContent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the evaluation form.
 
Instance Attribute Details
#evaluation ⇒ Types::Evaluation
Information about the evaluation form completed for a specific contact.
      6699 6700 6701 6702 6703 6704  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6699 class DescribeContactEvaluationResponse < Struct.new( :evaluation, :evaluation_form) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form ⇒ Types::EvaluationFormContent
Information about the evaluation form.
      6699 6700 6701 6702 6703 6704  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6699 class DescribeContactEvaluationResponse < Struct.new( :evaluation, :evaluation_form) SENSITIVE = [] include Aws::Structure end  |