Class: Aws::ECR::Types::GetRegistryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetRegistryPolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
1881 1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-ecr/types.rb', line 1881 class GetRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
1881 1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-ecr/types.rb', line 1881 class GetRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |