Class: Aws::IoTSiteWise::Types::StartPipelineExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::StartPipelineExecutionResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for StartPipelineExecution operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The unique identifier of the created pipeline execution.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The unique identifier of the created pipeline execution.
13636 13637 13638 13639 13640 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13636 class StartPipelineExecutionResponse < Struct.new( :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |