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

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

Overview

The result of the lifecycle policy preview.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::LifecyclePolicyRuleAction

The type of action to be taken.



2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2371

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#applied_rule_priorityInteger

The priority of the applied rule.

Returns:

  • (Integer)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2371

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2371

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2371

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end

#image_tagsArray<String>

The list of tags associated with this image.

Returns:

  • (Array<String>)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2371

class LifecyclePolicyPreviewResult < Struct.new(
  :image_tags,
  :image_digest,
  :image_pushed_at,
  :action,
  :applied_rule_priority)
  SENSITIVE = []
  include Aws::Structure
end