Class: Aws::ECRPublic::Types::GetRepositoryPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::GetRepositoryPolicyRequest
- 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.
-
#repository_name ⇒ String
The name of the repository with the policy to retrieve.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID that’s associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 670 class GetRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository with the policy to retrieve.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 670 class GetRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |