Class: Aws::ECR::Types::GetRegistryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetRegistryPolicyResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_text ⇒ String
The JSON text of the permissions policy for a registry.
-
#registry_id ⇒ String
The registry ID associated with the request.
Instance Attribute Details
#policy_text ⇒ String
The JSON text of the permissions policy for a registry.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1878 class GetRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1878 class GetRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |