Schema
public struct Schema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of attributes specifying the name and type of each field in a dataset.
Declaration
Swift
public let attributes: [SchemaAttribute]?
-
Undocumented
Declaration
Swift
public init(attributes: [SchemaAttribute]? = nil)
-
Declaration
Swift
public func validate(name: String) throws