Class: Aws::CodeCatalyst::Types::CreateProjectResponse

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.

Returns:

  • (String)


280
281
282
283
284
285
286
287
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 280

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

#display_nameString

The friendly name of the project.

Returns:

  • (String)


280
281
282
283
284
285
286
287
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 280

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

#nameString

The name of the project in the space.

Returns:

  • (String)


280
281
282
283
284
285
286
287
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 280

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

#space_nameString

The name of the space.

Returns:

  • (String)


280
281
282
283
284
285
286
287
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 280

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