Class: Aws::CodeCatalyst::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the project.
-
#display_name ⇒ String
The friendly name of the project.
-
#name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the project.
280 281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 280 class CreateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The friendly name of the project.
280 281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 280 class CreateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project in the space.
280 281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 280 class CreateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
280 281 282 283 284 285 286 287 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 280 class CreateProjectResponse < Struct.new( :space_name, :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |