Class: Aws::IoTSiteWise::Types::StartPipelineExecutionResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pipeline_execution_idString

The unique identifier of the created pipeline execution.

Returns:

  • (String)


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