Class: Aws::ECRPublic::Types::GetRepositoryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::GetRepositoryPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_text ⇒ String
The repository policy text that’s associated with the repository.
-
#registry_id ⇒ String
The registry ID that’s associated with the request.
-
#repository_name ⇒ String
The repository name that’s associated with the request.
Instance Attribute Details
#policy_text ⇒ String
The repository policy text that’s associated with the repository. The policy text will be in JSON format.
692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 692 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID that’s associated with the request.
692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 692 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name that’s associated with the request.
692 693 694 695 696 697 698 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 692 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |