Class: Aws::Connect::Types::AutoEvaluationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AutoEvaluationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Details about automated evaluations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_evaluation_enabled ⇒ Boolean
Whether automated evaluation is enabled.
-
#auto_evaluation_status ⇒ String
The status of the contact auto-evaluation.
Instance Attribute Details
#auto_evaluation_enabled ⇒ Boolean
Whether automated evaluation is enabled.
1910 1911 1912 1913 1914 1915 |
# File 'lib/aws-sdk-connect/types.rb', line 1910 class AutoEvaluationDetails < Struct.new( :auto_evaluation_enabled, :auto_evaluation_status) SENSITIVE = [] include Aws::Structure end |
#auto_evaluation_status ⇒ String
The status of the contact auto-evaluation.
1910 1911 1912 1913 1914 1915 |
# File 'lib/aws-sdk-connect/types.rb', line 1910 class AutoEvaluationDetails < Struct.new( :auto_evaluation_enabled, :auto_evaluation_status) SENSITIVE = [] include Aws::Structure end |