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.
7951 7952 7953 |
# File 'sig/types.rbs', line 7951 def answers @answers end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
7950 7951 7952 |
# File 'sig/types.rbs', line 7950 def evaluation_id @evaluation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7949 7950 7951 |
# File 'sig/types.rbs', line 7949 def instance_id @instance_id end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
7952 7953 7954 |
# File 'sig/types.rbs', line 7952 def notes @notes end |
#submitted_by ⇒ Types::EvaluatorUserUnion
Returns the value of attribute submitted_by.
7953 7954 7955 |
# File 'sig/types.rbs', line 7953 def submitted_by @submitted_by end |