BatchGetReportsInput
public struct BatchGetReportsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of ARNs that identify the Report objects to return.
Declaration
Swift
public let reportArns: [String]
-
Undocumented
Declaration
Swift
public init(reportArns: [String])
-
Declaration
Swift
public func validate(name: String) throws