Class: Aws::ECR::Types::DeleteLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteLifecyclePolicyResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_evaluated_at ⇒ Time
The time stamp of the last time that the lifecycle policy was run.
-
#lifecycle_policy_text ⇒ String
The JSON lifecycle policy text.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
Instance Attribute Details
#last_evaluated_at ⇒ Time
The time stamp of the last time that the lifecycle policy was run.
729 730 731 732 733 734 735 736 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 729 class DeleteLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :last_evaluated_at) SENSITIVE = [] include Aws::Structure end |
#lifecycle_policy_text ⇒ String
The JSON lifecycle policy text.
729 730 731 732 733 734 735 736 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 729 class DeleteLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :last_evaluated_at) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
729 730 731 732 733 734 735 736 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 729 class DeleteLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :last_evaluated_at) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
729 730 731 732 733 734 735 736 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 729 class DeleteLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :last_evaluated_at) SENSITIVE = [] include Aws::Structure end |