Class: Aws::ECR::Types::TransitioningImageTotalCount

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

Overview

The total count of images transitioning to a storage class.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_total_countInteger

The total number of images transitioning to the storage class.

Returns:

  • (Integer)


4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4966

class TransitioningImageTotalCount < Struct.new(
  :target_storage_class,
  :image_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_storage_classString

The target storage class.

Returns:

  • (String)


4966
4967
4968
4969
4970
4971
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4966

class TransitioningImageTotalCount < Struct.new(
  :target_storage_class,
  :image_total_count)
  SENSITIVE = []
  include Aws::Structure
end