Class: Aws::ECR::Types::LifecyclePolicyPreviewSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The summary of the lifecycle policy preview request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiring_image_total_countInteger

The number of expiring images.

Returns:

  • (Integer)


3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-ecr/types.rb', line 3102

class LifecyclePolicyPreviewSummary < Struct.new(
  :expiring_image_total_count,
  :transitioning_image_total_counts)
  SENSITIVE = []
  include Aws::Structure
end

#transitioning_image_total_countsArray<Types::TransitioningImageTotalCount>

The total count of images that will be transitioned to each storage class. This field is only present if at least one image will be transitoned in the summary.



3102
3103
3104
3105
3106
3107
# File 'lib/aws-sdk-ecr/types.rb', line 3102

class LifecyclePolicyPreviewSummary < Struct.new(
  :expiring_image_total_count,
  :transitioning_image_total_counts)
  SENSITIVE = []
  include Aws::Structure
end