Class: Aws::CodeBuild::Types::DeleteProjectInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the build project.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'lib/aws-sdk-codebuild/types.rb', line 1915

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