Class: Aws::IoTSiteWise::Types::CancelPipelineExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CancelPipelineExecutionResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response structure for CancelPipelineExecution operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current execution state of the pipeline.
Instance Attribute Details
#state ⇒ String
The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.
2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2754 class CancelPipelineExecutionResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |