Class: Aws::Types::EvaluationResultIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationResultIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_result_qualifier ⇒ Types::EvaluationResultQualifier
Returns the value of attribute evaluation_result_qualifier.
-
#ordering_timestamp ⇒ ::Time
Returns the value of attribute ordering_timestamp.
-
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
Instance Attribute Details
#evaluation_result_qualifier ⇒ Types::EvaluationResultQualifier
Returns the value of attribute evaluation_result_qualifier.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def evaluation_result_qualifier @evaluation_result_qualifier end |
#ordering_timestamp ⇒ ::Time
Returns the value of attribute ordering_timestamp.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def @ordering_timestamp end |
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def resource_evaluation_id @resource_evaluation_id end |