Class: Aws::ECR::Types::GetRepositoryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetRepositoryPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_text ⇒ String
The JSON repository policy text associated with the repository.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
Instance Attribute Details
#policy_text ⇒ String
The JSON repository policy text associated with the repository.
1944 1945 1946 1947 1948 1949 1950 |
# File 'lib/aws-sdk-ecr/types.rb', line 1944 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
1944 1945 1946 1947 1948 1949 1950 |
# File 'lib/aws-sdk-ecr/types.rb', line 1944 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
1944 1945 1946 1947 1948 1949 1950 |
# File 'lib/aws-sdk-ecr/types.rb', line 1944 class GetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |