Class: Aws::Types::StopEngagementRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopEngagementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def engagement_id @engagement_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
643 644 645 |
# File 'sig/types.rbs', line 643 def reason @reason end |