Class: Aws::IoTSiteWise::Types::DeletePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeletePipelineResponse
- 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
-
#status ⇒ Types::ResourceStatus
The current lifecycle status of the pipeline.
Instance Attribute Details
#status ⇒ Types::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 |