Class: Aws::IoTJobsDataPlane::Types::StartCommandExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::StartCommandExecutionResponse
- Defined in:
- gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
A unique identifier for the command execution.
Instance Attribute Details
#execution_id ⇒ String
A unique identifier for the command execution.
423 424 425 426 427 |
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 423 class StartCommandExecutionResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |