Class: Aws::CodePipeline::Types::DeletePipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::DeletePipelineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘DeletePipeline` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the pipeline to be deleted.
Instance Attribute Details
#name ⇒ String
The name of the pipeline to be deleted.
1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1624 class DeletePipelineInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |