Class: Aws::ECR::Types::PutRegistryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutRegistryPolicyResponse
- 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 policy text for your registry.
-
#registry_id ⇒ String
The registry ID.
Instance Attribute Details
#policy_text ⇒ String
The JSON policy text for your registry.
2848 2849 2850 2851 2852 2853 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2848 class PutRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID.
2848 2849 2850 2851 2852 2853 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2848 class PutRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |