Class: Aws::CodeCatalyst::Types::CreateSourceRepositoryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the source repository.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404

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

#nameString

The name of the source repository.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404

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

#project_nameString

The name of the project in the space.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404

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

#space_nameString

The name of the space.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-codecatalyst/types.rb', line 404

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