Class: Aws::ECR::Types::SetRepositoryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::SetRepositoryPolicyResponse
- 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 applied to 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 applied to the repository.
3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-ecr/types.rb', line 3961 class SetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-ecr/types.rb', line 3961 class SetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-ecr/types.rb', line 3961 class SetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |