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:



8247
8248
8249
# File 'sig/types.rbs', line 8247

def answers
  @answers
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


8246
8247
8248
# File 'sig/types.rbs', line 8246

def evaluation_id
  @evaluation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8245
8246
8247
# File 'sig/types.rbs', line 8245

def instance_id
  @instance_id
end

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

Returns the value of attribute notes.

Returns:



8248
8249
8250
# File 'sig/types.rbs', line 8248

def notes
  @notes
end

#submitted_byTypes::EvaluatorUserUnion

Returns the value of attribute submitted_by.



8249
8250
8251
# File 'sig/types.rbs', line 8249

def 
  @submitted_by
end