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.
900 901 902 903 904 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 900 class GetSourceRepositoryCloneUrlsResponse < Struct.new( :https) SENSITIVE = [] include Aws::Structure end |