You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::LifecyclePolicyPreviewResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of the lifecycle policy preview.

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::LifecyclePolicyRuleAction

The type of action to be taken.

Returns:

#applied_rule_priorityInteger

The priority of the applied rule.

Returns:

  • (Integer)

    The priority of the applied rule.

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)

    The sha256 digest of the image manifest.

#image_pushed_atTime

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

Returns:

  • (Time)

    The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

#image_tagsArray<String>

The list of tags associated with this image.

Returns:

  • (Array<String>)

    The list of tags associated with this image.