Class: Aws::CodeBuild::Types::DeleteProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteProjectInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the build project.
Instance Attribute Details
#name ⇒ String
The name of the build project.
2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2306 class DeleteProjectInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |