Class: Aws::Types::UpdateContactEvaluationRequest

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:



8738
8739
8740
# File 'sig/types.rbs', line 8738

def answers
  @answers
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:



8737
8738
8739
# File 'sig/types.rbs', line 8737

def evaluation_id
  @evaluation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



8736
8737
8738
# File 'sig/types.rbs', line 8736

def instance_id
  @instance_id
end

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

Returns the value of attribute notes.

Returns:



8739
8740
8741
# File 'sig/types.rbs', line 8739

def notes
  @notes
end

#updated_byTypes::EvaluatorUserUnion

Returns the value of attribute updated_by.

Returns:



8740
8741
8742
# File 'sig/types.rbs', line 8740

def updated_by
  @updated_by
end