CreateModelRequest
public struct CreateModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The model description.
Declaration
Swift
public let description: String?
-
The name of the event type.
Declaration
Swift
public let eventTypeName: String
-
The model ID.
Declaration
Swift
public let modelId: String
-
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum
-
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, eventTypeName: String, modelId: String, modelType: ModelTypeEnum, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws