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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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)


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

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.



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

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