Class: Aws::Types::GetCommandExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCommandExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#include_result ⇒ Boolean
Returns the value of attribute include_result.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def execution_id @execution_id end |
#include_result ⇒ Boolean
Returns the value of attribute include_result.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def include_result @include_result end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def target_arn @target_arn end |