Class: Aws::Connect::Types::EvaluationFormQuestionAutomationAnswerSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormQuestionAutomationAnswerSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A question automation answer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_type ⇒ String
The automation answer source type.
Instance Attribute Details
#source_type ⇒ String
The automation answer source type.
12253 12254 12255 12256 12257 |
# File 'lib/aws-sdk-connect/types.rb', line 12253 class EvaluationFormQuestionAutomationAnswerSource < Struct.new( :source_type) SENSITIVE = [] include Aws::Structure end |