Class: Aws::Types::ListJobRunAttemptsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_run_attempts ⇒ ::Array[Types::JobRunAttemptSummary]

Returns the value of attribute job_run_attempts.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def job_run_attempts
  @job_run_attempts
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def next_token
  @next_token
end