Class: Aws::IoTSiteWise::Types::DeletePipelineResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Response structure for DeletePipeline operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ResourceStatus

The current lifecycle status of the pipeline.



5778
5779
5780
5781
5782
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5778

class DeletePipelineResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end