PutLifecyclePolicyResponse
public struct PutLifecyclePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The JSON repository policy text.
Declaration
Swift
public let lifecyclePolicyText: 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(lifecyclePolicyText: String? = nil, registryId: String? = nil, repositoryName: String? = nil)
View on GitHub
PutLifecyclePolicyResponse Structure Reference