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)


17895
17896
17897
17898
17899
# File 'lib/aws-sdk-connect/types.rb', line 17895

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