GetRepositoryEndpointResult
public struct GetRepositoryEndpointResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that specifies the URL of the returned endpoint.
Declaration
Swift
public let repositoryEndpoint: String?
-
Undocumented
Declaration
Swift
public init(repositoryEndpoint: String? = nil)