Class: Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#https ⇒ String
The HTTPS URL to use when cloning the source repository.
Instance Attribute Details
#https ⇒ String
The HTTPS URL to use when cloning the source repository.
1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1144 class GetSourceRepositoryCloneUrlsResponse < Struct.new( :https) SENSITIVE = [] include Aws::Structure end |