BatchGetReportGroupsOutput
public struct BatchGetReportGroupsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The array of report groups returned by BatchGetReportGroups.
Declaration
Swift
public let reportGroups: [ReportGroup]? -
An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.
Declaration
Swift
public let reportGroupsNotFound: [String]? -
Undocumented
Declaration
Swift
public init(reportGroups: [ReportGroup]? = nil, reportGroupsNotFound: [String]? = nil)
View on GitHub
BatchGetReportGroupsOutput Structure Reference