Class: Aws::Types::SubmitContactEvaluationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitContactEvaluationRequest
- 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.
-
#submitted_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute submitted_by.
Instance Attribute Details
#answers ⇒ ::Hash[::String, Types::EvaluationAnswerInput]
Returns the value of attribute answers.
8121 8122 8123 |
# File 'sig/types.rbs', line 8121 def answers @answers end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
8120 8121 8122 |
# File 'sig/types.rbs', line 8120 def evaluation_id @evaluation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8119 8120 8121 |
# File 'sig/types.rbs', line 8119 def instance_id @instance_id end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
8122 8123 8124 |
# File 'sig/types.rbs', line 8122 def notes @notes end |
#submitted_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute submitted_by.
8123 8124 8125 |
# File 'sig/types.rbs', line 8123 def submitted_by @submitted_by end |