Class: Aws::Connect::Types::DeactivateEvaluationFormResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeactivateEvaluationFormResponse
 
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the deactivated evaluation form resource.
 
Instance Attribute Details
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
      5867 5868 5869 5870 5871 5872 5873  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5867 class DeactivateEvaluationFormResponse < 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.
      5867 5868 5869 5870 5871 5872 5873  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5867 class DeactivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_version ⇒ Integer
The version of the deactivated evaluation form resource.
      5867 5868 5869 5870 5871 5872 5873  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5867 class DeactivateEvaluationFormResponse < Struct.new( :evaluation_form_id, :evaluation_form_arn, :evaluation_form_version) SENSITIVE = [] include Aws::Structure end  |