Class: Aws::IoTSiteWise::Types::DeletePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeletePipelineRequest
- Includes:
- Structure
- Defined in:
- 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.
5742 5743 5744 5745 5746 5747 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5742 class DeletePipelineRequest < Struct.new( :workspace_name, :pipeline_name) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
5742 5743 5744 5745 5746 5747 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5742 class DeletePipelineRequest < Struct.new( :workspace_name, :pipeline_name) SENSITIVE = [] include Aws::Structure end |