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.
12566 12567 12568 12569 12570 |
# File 'lib/aws-sdk-connect/types.rb', line 12566 class EvaluationFormQuestionAutomationAnswerSource < Struct.new( :source_type) SENSITIVE = [] include Aws::Structure end |