Command
public struct Command : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Arguments for Amazon EMR to pass to the command for execution.
Declaration
Swift
public let args: [String]?
-
The name of the command.
Declaration
Swift
public let name: String?
-
The Amazon S3 location of the command script.
Declaration
Swift
public let scriptPath: String?
-
Undocumented
Declaration
Swift
public init(args: [String]? = nil, name: String? = nil, scriptPath: String? = nil)