Class: Aws::Types::SubmitContactEvaluationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answers::Hash[::String, Types::EvaluationAnswerInput]

Returns the value of attribute answers.

Returns:



7951
7952
7953
# File 'sig/types.rbs', line 7951

def answers
  @answers
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


7950
7951
7952
# File 'sig/types.rbs', line 7950

def evaluation_id
  @evaluation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7949
7950
7951
# File 'sig/types.rbs', line 7949

def instance_id
  @instance_id
end

#notes::Hash[::String, Types::EvaluationNote]

Returns the value of attribute notes.

Returns:



7952
7953
7954
# File 'sig/types.rbs', line 7952

def notes
  @notes
end

#submitted_byTypes::EvaluatorUserUnion

Returns the value of attribute submitted_by.



7953
7954
7955
# File 'sig/types.rbs', line 7953

def 
  @submitted_by
end