Class: Aws::CodeBuild::Types::CreateProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::CreateProjectOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
Information about the build project that was created.
Instance Attribute Details
#project ⇒ Types::Project
Information about the build project that was created.
1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1765 class CreateProjectOutput < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |