DescribeTransformJobRequest
public struct DescribeTransformJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the transform job that you want to view details of.
Declaration
Swift
public let transformJobName: String
-
Undocumented
Declaration
Swift
public init(transformJobName: String)
-
Declaration
Swift
public func validate(name: String) throws