Class: Aws::Connect::Types::ActivateEvaluationFormResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ActivateEvaluationFormResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_form_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the evaluation form resource.
 - 
  
    
      #evaluation_form_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the evaluation form.
 - 
  
    
      #evaluation_form_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A version of the evaluation form.
 
Instance Attribute Details
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
      83 84 85 86 87 88 89  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 83 class ActivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
      83 84 85 86 87 88 89  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 83 class ActivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
      83 84 85 86 87 88 89  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 83 class ActivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  |