ListRepositoriesInDomainResult
public struct ListRepositoriesInDomainResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The returned list of repositories.
Declaration
Swift
public let repositories: [RepositorySummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, repositories: [RepositorySummary]? = nil)