Class: Aws::Connect::Types::DescribeEvaluationFormResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeEvaluationFormResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_form  ⇒ Types::EvaluationForm 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the evaluation form.
 
Instance Attribute Details
#evaluation_form ⇒ Types::EvaluationForm
Information about the evaluation form.
      6908 6909 6910 6911 6912  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6908 class DescribeEvaluationFormResponse < Struct.new( :evaluation_form) SENSITIVE = [] include Aws::Structure end  |