Class: Aws::EMRServerless::Types::ListJobRunAttemptsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 job runs.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-emrserverless/types.rb', line 1187

class ListJobRunAttemptsRequest < Struct.new(
  :application_id,
  :job_run_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The ID of the job run to list.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-emrserverless/types.rb', line 1187

class ListJobRunAttemptsRequest < Struct.new(
  :application_id,
  :job_run_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of job run attempts to list.

Returns:

  • (Integer)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-emrserverless/types.rb', line 1187

class ListJobRunAttemptsRequest < Struct.new(
  :application_id,
  :job_run_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of job run attempt results.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-emrserverless/types.rb', line 1187

class ListJobRunAttemptsRequest < Struct.new(
  :application_id,
  :job_run_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end