ListSchemasResponse
public struct ListSchemasResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token used to get the next set of schemas (if they exist).
Declaration
Swift
public let nextToken: String?
-
A list of schemas.
Declaration
Swift
public let schemas: [DatasetSchemaSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, schemas: [DatasetSchemaSummary]? = nil)