DeleteRepositoryPolicyResponse

public struct DeleteRepositoryPolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON repository policy that was deleted from 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)