GetDatabasesRequest

public struct GetDatabasesRequest : AWSShape
extension Glue.GetDatabasesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Data Catalog from which to retrieve Databases. If none is provided, the AWS account ID is used by default.

    Declaration

    Swift

    public let catalogId: String?
  • The maximum number of databases to return in one response.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is a continuation call.

    Declaration

    Swift

    public let nextToken: String?
  • Allows you to specify that you want to list the databases shared with your account. The allowable values are FOREIGN or ALL. If set to FOREIGN, will list the databases shared with your account. If set to ALL, will list the databases shared with your account, as well as the databases in yor local account.

    Declaration

    Swift

    public let resourceShareType: ResourceShareType?
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceShareType: ResourceShareType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws