Class: Aws::Types::GetJobRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def application_id
  @application_id
end

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


177
178
179
# File 'sig/types.rbs', line 177

def attempt
  @attempt
end

#job_run_id ⇒ ::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def job_run_id
  @job_run_id
end