NAME
Paws::ECR::GetLifecyclePolicyPreviewResponse
ATTRIBUTES
LifecyclePolicyText => Str
The JSON lifecycle policy text.
NextToken => Str
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.
PreviewResults => ArrayRef[Paws::ECR::LifecyclePolicyPreviewResult]
The results of the lifecycle policy preview request.
RegistryId => Str
The registry ID associated with the request.
RepositoryName => Str
The repository name associated with the request.
Status => Str
The status of the lifecycle policy preview request.
Valid values are: "IN_PROGRESS"
, "COMPLETE"
, "EXPIRED"
, "FAILED"
=head2 Summary => Paws::ECR::LifecyclePolicyPreviewSummary
The list of images that is returned as a result of the action.