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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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:



6317
6318
6319
6320
6321
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6317

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