Class: Aws::CodeBuild::Types::DeleteProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteProjectInput
- Defined in:
- gems/aws-sdk-codebuild/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.
2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2158 class DeleteProjectInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |