Class: Aws::Connect::Types::UpdateContactEvaluationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UpdateContactEvaluationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #evaluation_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the contact evaluation resource.
 - 
  
    
      #evaluation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the contact evaluation.
 
Instance Attribute Details
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
      24256 24257 24258 24259 24260 24261  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24256 class UpdateContactEvaluationResponse < Struct.new( :evaluation_id, :evaluation_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
      24256 24257 24258 24259 24260 24261  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24256 class UpdateContactEvaluationResponse < Struct.new( :evaluation_id, :evaluation_arn) SENSITIVE = [] include Aws::Structure end  |