Class: Aws::IoT::Types::DescribeJobExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#executionTypes::JobExecution

Information about the job execution.

Returns:



5691
5692
5693
5694
5695
# File 'lib/aws-sdk-iot/types.rb', line 5691

class DescribeJobExecutionResponse < Struct.new(
  :execution)
  SENSITIVE = []
  include Aws::Structure
end