Class: Aws::Connect::Types::DeleteEvaluationFormRequest

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)


9441
9442
9443
9444
9445
9446
9447
# File 'lib/aws-sdk-connect/types.rb', line 9441

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

#evaluation_form_versionInteger

The unique identifier for the evaluation form.

Returns:

  • (Integer)


9441
9442
9443
9444
9445
9446
9447
# File 'lib/aws-sdk-connect/types.rb', line 9441

class DeleteEvaluationFormRequest < 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)


9441
9442
9443
9444
9445
9446
9447
# File 'lib/aws-sdk-connect/types.rb', line 9441

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