Class: Aws::ECR::Types::PutLifecyclePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutLifecyclePolicyRequest
- 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 to apply to the repository.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository.
-
#repository_name ⇒ String
The name of the repository to receive the policy.
Instance Attribute Details
#lifecycle_policy_text ⇒ String
The JSON repository policy text to apply to the repository.
3187 3188 3189 3190 3191 3192 3193 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3187 class PutLifecyclePolicyRequest < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
3187 3188 3189 3190 3191 3192 3193 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3187 class PutLifecyclePolicyRequest < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository to receive the policy.
3187 3188 3189 3190 3191 3192 3193 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3187 class PutLifecyclePolicyRequest < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text) SENSITIVE = [] include Aws::Structure end |