Class: Aws::Types::Evaluation
- Inherits:
-
Object
- Object
- Aws::Types::Evaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answers ⇒ ::Hash[::String, Types::EvaluationAnswerOutput]
Returns the value of attribute answers.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metadata ⇒ Types::EvaluationMetadata
Returns the value of attribute metadata.
-
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
-
#scores ⇒ ::Hash[::String, Types::EvaluationScore]
Returns the value of attribute scores.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#answers ⇒ ::Hash[::String, Types::EvaluationAnswerOutput]
Returns the value of attribute answers.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def answers @answers end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def created_time @created_time end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def evaluation_arn @evaluation_arn end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def evaluation_id @evaluation_id end |
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def evaluation_type @evaluation_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def last_modified_time @last_modified_time end |
#metadata ⇒ Types::EvaluationMetadata
Returns the value of attribute metadata.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def notes @notes end |
#scores ⇒ ::Hash[::String, Types::EvaluationScore]
Returns the value of attribute scores.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def scores @scores end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def end |