Class: Aws::Connect::Types::CreateEvaluationFormResponse

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 evaluation form resource.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
# File 'lib/aws-sdk-connect/types.rb', line 2529

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

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
# File 'lib/aws-sdk-connect/types.rb', line 2529

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