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.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def answers @answers end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def created_time @created_time end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def evaluation_arn @evaluation_arn end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def evaluation_id @evaluation_id end |
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def evaluation_type @evaluation_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def last_modified_time @last_modified_time end |
#metadata ⇒ Types::EvaluationMetadata
Returns the value of attribute metadata.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def @metadata end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def notes @notes end |
#scores ⇒ ::Hash[::String, Types::EvaluationScore]
Returns the value of attribute scores.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def scores @scores end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def @tags end |