GetLifecyclePolicyPreviewResponse
public struct GetLifecyclePolicyPreviewResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The JSON lifecycle policy text.
Declaration
Swift
public let lifecyclePolicyText: String?
-
The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
The results of the lifecycle policy preview request.
Declaration
Swift
public let previewResults: [LifecyclePolicyPreviewResult]?
-
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?
-
The status of the lifecycle policy preview request.
Declaration
Swift
public let status: LifecyclePolicyPreviewStatus?
-
The list of images that is returned as a result of the action.
Declaration
Swift
public let summary: LifecyclePolicyPreviewSummary?
-
Undocumented
Declaration
Swift
public init(lifecyclePolicyText: String? = nil, nextToken: String? = nil, previewResults: [LifecyclePolicyPreviewResult]? = nil, registryId: String? = nil, repositoryName: String? = nil, status: LifecyclePolicyPreviewStatus? = nil, summary: LifecyclePolicyPreviewSummary? = nil)