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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the pipeline to be deleted.

Returns:

  • (String)


1501
1502
1503
1504
1505
# File 'lib/aws-sdk-codepipeline/types.rb', line 1501

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