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.
886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 886 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.
886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 886 class GetSourceRepositoryCloneUrlsRequest < Struct.new( :space_name, :project_name, :source_repository_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 886 class GetSourceRepositoryCloneUrlsRequest < Struct.new( :space_name, :project_name, :source_repository_name) SENSITIVE = [] include Aws::Structure end |