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.
3955 3956 3957 3958 3959 3960 3961 |
# File 'lib/aws-sdk-ecr/types.rb', line 3955 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.
3955 3956 3957 3958 3959 3960 3961 |
# File 'lib/aws-sdk-ecr/types.rb', line 3955 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.
3955 3956 3957 3958 3959 3960 3961 |
# File 'lib/aws-sdk-ecr/types.rb', line 3955 class SetRepositoryPolicyResponse < Struct.new( :registry_id, :repository_name, :policy_text) SENSITIVE = [] include Aws::Structure end |