Class: Aws::CodeCatalyst::Types::CreateProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

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.

Returns:

  • (String)


254
255
256
257
258
259
260
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 254

class CreateProjectRequest < Struct.new(
  :space_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The friendly name of the project that will be displayed to users.

Returns:

  • (String)


254
255
256
257
258
259
260
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 254

class CreateProjectRequest < Struct.new(
  :space_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


254
255
256
257
258
259
260
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 254

class CreateProjectRequest < Struct.new(
  :space_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end