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)


1974
1975
1976
1977
1978
# File 'lib/aws-sdk-codebuild/types.rb', line 1974

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