Class: Aws::Connect::Types::GetEvaluationFormValidationRequest

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)


16059
16060
16061
16062
16063
16064
16065
# File 'lib/aws-sdk-connect/types.rb', line 16059

class GetEvaluationFormValidationRequest < 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 retrieve validation results for.

Returns:

  • (Integer)


16059
16060
16061
16062
16063
16064
16065
# File 'lib/aws-sdk-connect/types.rb', line 16059

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

#instance_idString

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

Returns:

  • (String)


16059
16060
16061
16062
16063
16064
16065
# File 'lib/aws-sdk-connect/types.rb', line 16059

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