Class: Aws::ECR::Types::DeleteLifecyclePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_evaluated_atTime

The time stamp of the last time that the lifecycle policy was run.

Returns:

  • (Time)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 626

class DeleteLifecyclePolicyResponse < Struct.new(
  :registry_id,
  :repository_name,
  :lifecycle_policy_text,
  :last_evaluated_at)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_policy_textString

The JSON lifecycle policy text.

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 626

class DeleteLifecyclePolicyResponse < Struct.new(
  :registry_id,
  :repository_name,
  :lifecycle_policy_text,
  :last_evaluated_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 626

class DeleteLifecyclePolicyResponse < Struct.new(
  :registry_id,
  :repository_name,
  :lifecycle_policy_text,
  :last_evaluated_at)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 626

class DeleteLifecyclePolicyResponse < Struct.new(
  :registry_id,
  :repository_name,
  :lifecycle_policy_text,
  :last_evaluated_at)
  SENSITIVE = []
  include Aws::Structure
end