class Aws::EMRContainers::Types::ListJobRunsRequest
@note When making an API call, you may pass ListJobRunsRequest
data as a hash: { virtual_cluster_id: "ResourceIdString", # required created_before: Time.now, created_after: Time.now, name: "ResourceNameString", states: ["PENDING"], # accepts PENDING, SUBMITTED, RUNNING, FAILED, CANCELLED, CANCEL_PENDING, COMPLETED max_results: 1, next_token: "NextToken", }
@!attribute [rw] virtual_cluster_id
The ID of the virtual cluster for which to list the job run. @return [String]
@!attribute [rw] created_before
The date and time before which the job runs were submitted. @return [Time]
@!attribute [rw] created_after
The date and time after which the job runs were submitted. @return [Time]
@!attribute [rw] name
The name of the job run. @return [String]
@!attribute [rw] states
The states of the job run. @return [Array<String>]
@!attribute [rw] max_results
The maximum number of job runs that can be listed. @return [Integer]
@!attribute [rw] next_token
The token for the next set of job runs to return. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/ListJobRunsRequest AWS API Documentation
Constants
- SENSITIVE