RegisterJobDefinitionResponse
public struct RegisterJobDefinitionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the job definition.
Declaration
Swift
public let jobDefinitionArn: String
-
The name of the job definition.
Declaration
Swift
public let jobDefinitionName: String
-
The revision of the job definition.
Declaration
Swift
public let revision: Int
-
Undocumented
Declaration
Swift
public init(jobDefinitionArn: String, jobDefinitionName: String, revision: Int)