You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::BatchGetReportGroupsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#report_groupsArray<Types::ReportGroup>

The array of report groups returned by BatchGetReportGroups.

Returns:

  • (Array<Types::ReportGroup>)

    The array of report groups returned by BatchGetReportGroups.

#report_groups_not_foundArray<String>

An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.

Returns:

  • (Array<String>)

    An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.