Class: Aws::Connect::Types::EvaluationFormTextQuestionProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about properties for a text question in an evaluation form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormTextQuestionAutomation

The automation properties of the text question.



12740
12741
12742
12743
12744
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12740

class EvaluationFormTextQuestionProperties < Struct.new(
  :automation)
  SENSITIVE = []
  include Aws::Structure
end