Class: Aws::EMRContainers::Types::ListJobRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListJobRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The date and time after which the job runs were submitted.
-
#created_before ⇒ Time
The date and time before which the job runs were submitted.
-
#max_results ⇒ Integer
The maximum number of job runs that can be listed.
-
#name ⇒ String
The name of the job run.
-
#next_token ⇒ String
The token for the next set of job runs to return.
-
#states ⇒ Array<String>
The states of the job run.
-
#virtual_cluster_id ⇒ String
The ID of the virtual cluster for which to list the job run.
Instance Attribute Details
#created_after ⇒ Time
The date and time after which the job runs were submitted.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The date and time before which the job runs were submitted.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of job runs that can be listed.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the job run.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of job runs to return.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
The states of the job run.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The ID of the virtual cluster for which to list the job run.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1250 class ListJobRunsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :name, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |