CreateSchemaRequest
public struct CreateSchemaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name that is associated with the schema. This is unique to each account and in each region.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(name: String)
-
Declaration
Swift
public func validate(name: String) throws