Module: Aws::CodeBuild::Client::_BatchGetProjectsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetProjectsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#projects ⇒ ::Array[Types::Project]
140 |
# File 'sig/client.rbs', line 140
def projects: () -> ::Array[Types::Project]
|
#projects_not_found ⇒ ::Array[::String]
141 |
# File 'sig/client.rbs', line 141
def projects_not_found: () -> ::Array[::String]
|