Class: Aws::ECR::Types::DeleteRepositoryPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteRepositoryPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository policy to delete.
-
#repository_name ⇒ String
The name of the repository that is associated with the repository policy to delete.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-ecr/types.rb', line 858 class DeleteRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that is associated with the repository policy to delete.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-ecr/types.rb', line 858 class DeleteRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |