Class: Aws::IoTJobsDataPlane::Types::StartCommandExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::StartCommandExecutionResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-iotjobsdataplane/types.rb', line 423 class StartCommandExecutionResponse < Struct.new( :execution_id) SENSITIVE = [] include Aws::Structure end |