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.
2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2129 class DeleteProjectInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |