Class: Aws::Connect::Types::ActivateEvaluationFormRequest

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_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-connect/types.rb', line 61

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

#evaluation_form_versionInteger

The version of the evaluation form to activate. If the version property is not provided, the latest version of the evaluation form is activated.

Returns:

  • (Integer)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-connect/types.rb', line 61

class ActivateEvaluationFormRequest < 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.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-connect/types.rb', line 61

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