Class: Aws::Connect::Types::UpdateEvaluationFormResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_arnString

The Amazon Resource Name (ARN) for the contact evaluation resource.

Returns:

  • (String)


19280
19281
19282
19283
19284
19285
19286
# File 'lib/aws-sdk-connect/types.rb', line 19280

class UpdateEvaluationFormResponse < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :evaluation_form_version)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


19280
19281
19282
19283
19284
19285
19286
# File 'lib/aws-sdk-connect/types.rb', line 19280

class UpdateEvaluationFormResponse < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :evaluation_form_version)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_form_versionInteger

The version of the updated evaluation form resource.

Returns:

  • (Integer)


19280
19281
19282
19283
19284
19285
19286
# File 'lib/aws-sdk-connect/types.rb', line 19280

class UpdateEvaluationFormResponse < Struct.new(
  :evaluation_form_id,
  :evaluation_form_arn,
  :evaluation_form_version)
  SENSITIVE = []
  include Aws::Structure
end