Class: Aws::Types::DeleteCommandExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCommandExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def execution_id @execution_id end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def target_arn @target_arn end |