Class: Aws::Connect::Types::EvaluationFormSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EvaluationFormSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Summary information about an evaluation form.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #active_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the active evaluation form version.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user who created the evaluation form.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation form was created.
 - 
  
    
      #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.
 - 
  
    
      #last_activated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
 - 
  
    
      #last_activated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation form was last activated.
 - 
  
    
      #last_modified_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation form was last updated.
 - 
  
    
      #latest_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the latest evaluation form version.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A title of the evaluation form.
 
Instance Attribute Details
#active_version ⇒ Integer
The version of the active evaluation form version.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the evaluation form.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#created_time ⇒ Time
The timestamp for when the evaluation form was created.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_activated_by ⇒ String
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_activated_time ⇒ Time
The timestamp for when the evaluation form was last activated.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp for when the evaluation form was last updated.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_version ⇒ Integer
The version number of the latest evaluation form version.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  | 
  
#title ⇒ String
A title of the evaluation form.
      9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9156 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end  |