Class: Aws::Types::UpdateContactEvaluationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactEvaluationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answers ⇒ ::Hash[::String, Types::EvaluationAnswerInput]
Returns the value of attribute answers.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
-
#updated_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute updated_by.
Instance Attribute Details
#answers ⇒ ::Hash[::String, Types::EvaluationAnswerInput]
Returns the value of attribute answers.
8485 8486 8487 |
# File 'sig/types.rbs', line 8485 def answers @answers end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
8484 8485 8486 |
# File 'sig/types.rbs', line 8484 def evaluation_id @evaluation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8483 8484 8485 |
# File 'sig/types.rbs', line 8483 def instance_id @instance_id end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
8486 8487 8488 |
# File 'sig/types.rbs', line 8486 def notes @notes end |
#updated_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute updated_by.
8487 8488 8489 |
# File 'sig/types.rbs', line 8487 def updated_by @updated_by end |