Class: Aws::EMRServerless::Types::ListJobRunAttemptsResponse

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

#job_run_attemptsArray<Types::JobRunAttemptSummary>

The array of the listed job run attempt objects.

Returns:



1181
1182
1183
1184
1185
1186
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1181

class ListJobRunAttemptsResponse < Struct.new(
  :job_run_attempts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1181

class ListJobRunAttemptsResponse < Struct.new(
  :job_run_attempts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end