BatchGetNamedQueryOutput
public struct BatchGetNamedQueryOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the named query IDs submitted.
Declaration
Swift
public let namedQueries: [NamedQuery]?
-
Information about provided query IDs.
Declaration
Swift
public let unprocessedNamedQueryIds: [UnprocessedNamedQueryId]?
-
Undocumented
Declaration
Swift
public init(namedQueries: [NamedQuery]? = nil, unprocessedNamedQueryIds: [UnprocessedNamedQueryId]? = nil)