Class: Aws::EMRContainers::Types::ListJobRunsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

The date and time after which the job runs were submitted.

Returns:

  • (Time)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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_beforeTime

The date and time before which the job runs were submitted.

Returns:

  • (Time)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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_resultsInteger

The maximum number of job runs that can be listed.

Returns:

  • (Integer)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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

#nameString

The name of the job run.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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_tokenString

The token for the next set of job runs to return.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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

#statesArray<String>

The states of the job run.

Returns:

  • (Array<String>)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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_idString

The ID of the virtual cluster for which to list the job run.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-emrcontainers/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