DescribeJobFlowsInput
public struct DescribeJobFlowsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Return only job flows created after this date and time.
Declaration
Swift
public let createdAfter: TimeStamp?
-
Return only job flows created before this date and time.
Declaration
Swift
public let createdBefore: TimeStamp?
-
Return only job flows whose job flow ID is contained in this list.
Declaration
Swift
public let jobFlowIds: [String]?
-
Return only job flows whose state is contained in this list.
Declaration
Swift
public let jobFlowStates: [JobFlowExecutionState]?
-
Undocumented
Declaration
Swift
public init(createdAfter: TimeStamp? = nil, createdBefore: TimeStamp? = nil, jobFlowIds: [String]? = nil, jobFlowStates: [JobFlowExecutionState]? = nil)
-
Declaration
Swift
public func validate(name: String) throws