GetDatabasesResponse
public struct GetDatabasesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of Database objects from the specified catalog.
Declaration
Swift
public let databaseList: [Database]
-
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(databaseList: [Database], nextToken: String? = nil)