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)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def execution_number
  @execution_number
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def job_id
  @job_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def thing_name
  @thing_name
end