SetRepositoryPolicyResponse
public struct SetRepositoryPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The JSON repository policy text applied to the repository.
Declaration
Swift
public let policyText: String?
-
The registry ID associated with the request.
Declaration
Swift
public let registryId: String?
-
The repository name associated with the request.
Declaration
Swift
public let repositoryName: String?
-
Undocumented
Declaration
Swift
public init(policyText: String? = nil, registryId: String? = nil, repositoryName: String? = nil)