Class: Aws::ECR::Types::GetRepositoryPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetRepositoryPolicyRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Note:
When making an API call, you may pass GetRepositoryPolicyRequest data as a hash:
{
registry_id: "RegistryId",
repository_name: "RepositoryName", # required
}
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.
-
#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 associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1821 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.
1821 1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1821 class GetRepositoryPolicyRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |