Class: Aws::EMRServerless::Types::ListJobRunsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application for which to list the job run.

Returns:

  • (String)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#created_at_afterTime

The lower bound of the option to filter by creation date and time.

Returns:

  • (Time)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#created_at_beforeTime

The upper bound of the option to filter by creation date and time.

Returns:

  • (Time)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of job runs that can be listed.

Returns:

  • (Integer)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of job run results.

Returns:

  • (String)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end

#statesArray<String>

An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

Returns:

  • (Array<String>)


992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 992

class ListJobRunsRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results,
  :created_at_after,
  :created_at_before,
  :states)
  SENSITIVE = []
  include Aws::Structure
end