Module: Aws::CodeBuild::Client::_BatchGetReportGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetReportGroupsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#report_groups ⇒ ::Array[Types::ReportGroup]
151 |
# File 'sig/client.rbs', line 151
def report_groups: () -> ::Array[Types::ReportGroup]
|
#report_groups_not_found ⇒ ::Array[::String]
152 |
# File 'sig/client.rbs', line 152
def report_groups_not_found: () -> ::Array[::String]
|