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.
3221 3222 3223 |
# File 'sig/types.rbs', line 3221 def answers @answers end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def created_time @created_time end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def evaluation_arn @evaluation_arn end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def evaluation_id @evaluation_id end |
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def evaluation_type @evaluation_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def last_modified_time @last_modified_time end |
#metadata ⇒ Types::EvaluationMetadata
Returns the value of attribute metadata.
3220 3221 3222 |
# File 'sig/types.rbs', line 3220 def @metadata end |
#notes ⇒ ::Hash[::String, Types::EvaluationNote]
Returns the value of attribute notes.
3222 3223 3224 |
# File 'sig/types.rbs', line 3222 def notes @notes end |
#scores ⇒ ::Hash[::String, Types::EvaluationScore]
Returns the value of attribute scores.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def scores @scores end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3223 3224 3225 |
# File 'sig/types.rbs', line 3223 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def @tags end |