AssociateRepositoryRequest
public struct AssociateRepositoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate repository associations if there are failures and retries.
Declaration
Swift
public let clientRequestToken: String? -
The repository to associate.
Declaration
Swift
public let repository: Repository -
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = AssociateRepositoryRequest.idempotencyToken(), repository: Repository) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateRepositoryRequest Structure Reference