Container for the parameters to the TerminateJobFlows operation.
            TerminateJobFlows shuts a list of job flows down. When a job flow is shut
            down, any step         not yet completed is canceled and the EC2 instances on which
            the job flow is running are         stopped. Any log files not already saved are uploaded
            to Amazon S3 if a LogUri was         specified when the job flow was created.    
              
            
                  
            
The call to TerminateJobFlows is asynchronous. Depending on the configuration of the job flow, it may take up to 5-20 minutes for the job flow to completely terminate and release allocated resources, such as Amazon EC2 instances.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TerminateJobFlowsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TerminateJobFlowsRequest()()()() | Initializes a new instance of the TerminateJobFlowsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | JobFlowIds | 
            Gets and sets the property JobFlowIds. 
             A list of job flows to be shutdown. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithJobFlowIds(array<String>[]()[][]) | Obsolete. 
            Sets the JobFlowIds property
             | 
|  | WithJobFlowIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the JobFlowIds property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | TerminateJobFlowsRequest | |