DeleteRepositoryInput
public struct DeleteRepositoryInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the repository to delete.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws