Class: Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsRequest

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

#project_nameString

The name of the project in the space.

Returns:

  • (String)


1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1130

class GetSourceRepositoryCloneUrlsRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_repository_nameString

The name of the source repository.

Returns:

  • (String)


1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1130

class GetSourceRepositoryCloneUrlsRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1130

class GetSourceRepositoryCloneUrlsRequest < Struct.new(
  :space_name,
  :project_name,
  :source_repository_name)
  SENSITIVE = []
  include Aws::Structure
end