Class: Aws::IoTSiteWise::Types::DeletePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeletePipelineRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Request structure for DeletePipeline operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of the pipeline to delete.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#pipeline_name ⇒ String
The name of the pipeline to delete.
5765 5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5765 class DeletePipelineRequest < Struct.new( :workspace_name, :pipeline_name) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
5765 5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5765 class DeletePipelineRequest < Struct.new( :workspace_name, :pipeline_name) SENSITIVE = [] include Aws::Structure end |