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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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>)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

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)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1088

class ListJobRunsRequest < Struct.new(
  :virtual_cluster_id,
  :created_before,
  :created_after,
  :name,
  :states,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end