Class: Aws::Types::DescribeJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:

  • (::Integer)


37
38
39
# File 'sig/types.rbs', line 37

def execution_number
  @execution_number
end

#include_job_documentBoolean

Returns the value of attribute include_job_document.

Returns:

  • (Boolean)


36
37
38
# File 'sig/types.rbs', line 36

def include_job_document
  @include_job_document
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def job_id
  @job_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def thing_name
  @thing_name
end