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.
8315 8316 8317 |
# File 'sig/types.rbs', line 8315 def answers @answers end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
8314 8315 8316 |
# File 'sig/types.rbs', line 8314 def evaluation_id @evaluation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def instance_id @instance_id end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
8316 8317 8318 |
# File 'sig/types.rbs', line 8316 def notes @notes end |
#updated_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute updated_by.
8317 8318 8319 |
# File 'sig/types.rbs', line 8317 def updated_by @updated_by end |