Class: Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the project in the space.
-
#source_repository_name ⇒ String
The name of the source repository.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#project_name ⇒ String
The name of the project in the space.
1130 1131 1132 1133 1134 1135 1136 |
# File '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_name ⇒ String
The name of the source repository.
1130 1131 1132 1133 1134 1135 1136 |
# File '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_name ⇒ String
The name of the space.
1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1130 class GetSourceRepositoryCloneUrlsRequest < Struct.new( :space_name, :project_name, :source_repository_name) SENSITIVE = [] include Aws::Structure end |