PutImageTagMutabilityResponse
public struct PutImageTagMutabilityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The image tag mutability setting for the repository.
Declaration
Swift
public let imageTagMutability: ImageTagMutability? -
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(imageTagMutability: ImageTagMutability? = nil, registryId: String? = nil, repositoryName: String? = nil)
View on GitHub
PutImageTagMutabilityResponse Structure Reference