Class: Aws::IoTSiteWise::Types::CancelPipelineExecutionResponse

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

Instance Attribute Details

#stateString

The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.

Returns:

  • (String)


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