Class: Aws::Connect::Types::SubmitAutoEvaluationActionDefinition

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

Overview

Information about the submit automated evaluation action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_idString

The identifier of the auto-evaluation enabled form.

Returns:

  • (String)


20563
20564
20565
20566
20567
# File 'lib/aws-sdk-connect/types.rb', line 20563

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