Class: Aws::CodeCatalyst::Types::CreateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateProjectRequest
- 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 that will be displayed to users.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
254 255 256 257 258 259 260 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 254 class CreateProjectRequest < Struct.new( :space_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The friendly name of the project that will be displayed to users.
254 255 256 257 258 259 260 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 254 class CreateProjectRequest < Struct.new( :space_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
254 255 256 257 258 259 260 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 254 class CreateProjectRequest < Struct.new( :space_name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |