GetLifecyclePolicyResponse
public struct GetLifecyclePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time stamp of the last time that the lifecycle policy was run.
Declaration
Swift
public let lastEvaluatedAt: TimeStamp?
-
The JSON lifecycle 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(lastEvaluatedAt: TimeStamp? = nil, lifecyclePolicyText: String? = nil, registryId: String? = nil, repositoryName: String? = nil)