Class: Aws::Types::UpdateEvaluationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEvaluationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#evaluation_name ⇒ ::String
Returns the value of attribute evaluation_name.
Instance Attribute Details
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def evaluation_id @evaluation_id end |
#evaluation_name ⇒ ::String
Returns the value of attribute evaluation_name.
657 658 659 |
# File 'sig/types.rbs', line 657 def evaluation_name @evaluation_name end |