Class: Aws::CodePipeline::Types::DeletePipelineInput

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

Overview

Note:

When making an API call, you may pass DeletePipelineInput data as a hash:

{
  name: "PipelineName", # required
}

Represents the input of a DeletePipeline action.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pipeline to be deleted.

Returns:

  • (String)


1072
1073
1074
1075
# File 'lib/aws-sdk-codepipeline/types.rb', line 1072

class DeletePipelineInput < Struct.new(
  :name)
  include Aws::Structure
end