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:



8374
8375
8376
# File 'sig/types.rbs', line 8374

def answers
  @answers
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:



8373
8374
8375
# File 'sig/types.rbs', line 8373

def evaluation_id
  @evaluation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



8372
8373
8374
# File 'sig/types.rbs', line 8372

def instance_id
  @instance_id
end

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

Returns the value of attribute notes.

Returns:



8375
8376
8377
# File 'sig/types.rbs', line 8375

def notes
  @notes
end

#submitted_byTypes::EvaluatorUserUnion

Returns the value of attribute submitted_by.

Returns:



8376
8377
8378
# File 'sig/types.rbs', line 8376

def 
  @submitted_by
end