Class: Aws::Types::CancelPlanExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelPlanExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
113 114 115 |
# File 'sig/types.rbs', line 113 def comment @comment end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def execution_id @execution_id end |
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def plan_arn @plan_arn end |