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

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

Overview

Represents the input of a DeletePipeline action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pipeline to be deleted.

Returns:

  • (String)


1513
1514
1515
1516
1517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1513

class DeletePipelineInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end