RunJobFlowOutput

public struct RunJobFlowOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name of the cluster.

    Declaration

    Swift

    public let clusterArn: String?
  • An unique identifier for the job flow.

    Declaration

    Swift

    public let jobFlowId: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterArn: String? = nil, jobFlowId: String? = nil)