Class: Aws::Types::ApproveAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApproveAssignmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#override_rejection ⇒ Boolean
Returns the value of attribute override_rejection.
-
#requester_feedback ⇒ ::String
Returns the value of attribute requester_feedback.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
21 22 23 |
# File 'sig/types.rbs', line 21 def assignment_id @assignment_id end |
#override_rejection ⇒ Boolean
Returns the value of attribute override_rejection.
23 24 25 |
# File 'sig/types.rbs', line 23 def override_rejection @override_rejection end |
#requester_feedback ⇒ ::String
Returns the value of attribute requester_feedback.
22 23 24 |
# File 'sig/types.rbs', line 22 def requester_feedback @requester_feedback end |