ListDatabasesInput

public struct ListDatabasesInput : AWSShape
extension Athena.ListDatabasesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the data catalog that contains the databases to return.

    Declaration

    Swift

    public let catalogName: String
  • Specifies the maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(catalogName: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws