Class: Aws::Connect::Types::ActivateEvaluationFormResponse

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_arnString

The Amazon Resource Name (ARN) for the evaluation form resource.

Returns:

  • (String)


83
84
85
86
87
88
89
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 83

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

#evaluation_form_idString

The unique identifier for the evaluation form.

Returns:

  • (String)


83
84
85
86
87
88
89
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 83

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

#evaluation_form_versionInteger

A version of the evaluation form.

Returns:

  • (Integer)


83
84
85
86
87
88
89
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 83

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