GetMLTransformRequest
public struct GetMLTransformRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the transform, generated at the time that the transform was created.
Declaration
Swift
public let transformId: String
-
Undocumented
Declaration
Swift
public init(transformId: String)
-
Declaration
Swift
public func validate(name: String) throws