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.



5755
5756
5757
5758
5759
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5755

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