LifecyclePolicyPreviewResult
public struct LifecyclePolicyPreviewResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of action to be taken.
Declaration
Swift
public let action: LifecyclePolicyRuleAction? -
The priority of the applied rule.
Declaration
Swift
public let appliedRulePriority: Int? -
The sha256 digest of the image manifest.
Declaration
Swift
public let imageDigest: String? -
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
Declaration
Swift
public let imagePushedAt: TimeStamp? -
The list of tags associated with this image.
Declaration
Swift
public let imageTags: [String]? -
Undocumented
Declaration
Swift
public init(action: LifecyclePolicyRuleAction? = nil, appliedRulePriority: Int? = nil, imageDigest: String? = nil, imagePushedAt: TimeStamp? = nil, imageTags: [String]? = nil)
View on GitHub
LifecyclePolicyPreviewResult Structure Reference