Class: Aws::Connect::Types::DeactivateEvaluationFormRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


4348
4349
4350
4351
4352
4353
4354
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4348

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

#evaluation_form_versionInteger

A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.

Returns:

  • (Integer)


4348
4349
4350
4351
4352
4353
4354
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4348

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

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


4348
4349
4350
4351
4352
4353
4354
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4348

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