BatchGetReportsOutput

public struct BatchGetReportsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The array of Report objects returned by BatchGetReports.

    Declaration

    Swift

    public let reports: [Report]?
  • An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.

    Declaration

    Swift

    public let reportsNotFound: [String]?
  • Undocumented

    Declaration

    Swift

    public init(reports: [Report]? = nil, reportsNotFound: [String]? = nil)