Class: Aws::IoTJobsDataPlane::Types::StartCommandExecutionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

A unique identifier for the command execution.

Returns:

  • (String)


423
424
425
426
427
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 423

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