Class: Aws::IoTSiteWise::Types::DeletePipelineRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Request structure for DeletePipeline operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_nameString

The name of the pipeline to delete.

Returns:

  • (String)


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_nameString

The name of the workspace.

Returns:

  • (String)


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