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.
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 |