Class: Aws::OSIS::Types::DeletePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::DeletePipelineRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of the pipeline to delete.
Instance Attribute Details
#pipeline_name ⇒ String
The name of the pipeline to delete.
202 203 204 205 206 |
# File 'lib/aws-sdk-osis/types.rb', line 202 class DeletePipelineRequest < Struct.new( :pipeline_name) SENSITIVE = [] include Aws::Structure end |