Class: Aws::ECR::Types::PutLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutLifecyclePolicyResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy_text ⇒ String
The JSON repository 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
#lifecycle_policy_text ⇒ String
The JSON repository policy text.
3209 3210 3211 3212 3213 3214 3215 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209 class PutLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
3209 3210 3211 3212 3213 3214 3215 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209 class PutLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
3209 3210 3211 3212 3213 3214 3215 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209 class PutLifecyclePolicyResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |