Class: Aws::CodeCatalyst::Types::GetSourceRepositoryCloneUrlsResponse

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

#httpsString

The HTTPS URL to use when cloning the source repository.

Returns:

  • (String)


1144
1145
1146
1147
1148
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1144

class GetSourceRepositoryCloneUrlsResponse < Struct.new(
  :https)
  SENSITIVE = []
  include Aws::Structure
end