DeleteRepositoryRequest
public struct DeleteRepositoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If a repository contains images, forces the deletion.
Declaration
Swift
public let force: Bool?
-
The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
Declaration
Swift
public let registryId: String?
-
The name of the repository to delete.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(force: Bool? = nil, registryId: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws