Module: Aws::CodeBuild::Client::_BatchGetCommandExecutionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetCommandExecutionsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #command_executions ⇒ ::Array[Types::CommandExecution]
- #command_executions_not_found ⇒ ::Array[::String]
Instance Method Details
#command_executions ⇒ ::Array[Types::CommandExecution]
117 |
# File 'sig/client.rbs', line 117
def command_executions: () -> ::Array[Types::CommandExecution]
|
#command_executions_not_found ⇒ ::Array[::String]
118 |
# File 'sig/client.rbs', line 118
def command_executions_not_found: () -> ::Array[::String]
|