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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



13053
13054
13055
13056
13057
# File 'lib/aws-sdk-connect/types.rb', line 13053

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