TerminateJobFlowsInput

public struct TerminateJobFlowsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of job flows to be shutdown.

    Declaration

    Swift

    public let jobFlowIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(jobFlowIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws