Class: Aws::ECRPublic::Types::DeleteRepositoryPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::DeleteRepositoryPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The Amazon Web Services account ID that’s associated with the public registry that contains the repository policy to delete.
-
#repository_name ⇒ String
The name of the repository that’s associated with the repository policy to delete.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID that’s associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
247 248 249 250 251 252 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 247 class DeleteRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that’s associated with the repository policy to delete.
247 248 249 250 251 252 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 247 class DeleteRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |