Class: Aws::ECR::Types::DeleteRegistryPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteRegistryPolicyResponse
- 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 contents of the registry permissions policy that was deleted.
-
#registry_id ⇒ String
The registry ID associated with the request.
Instance Attribute Details
#policy_text ⇒ String
The contents of the registry permissions policy that was deleted.
808 809 810 811 812 813 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 808 class DeleteRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
808 809 810 811 812 813 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 808 class DeleteRegistryPolicyResponse < Struct.new( :registry_id, :policy_text) SENSITIVE = [] include Aws::Structure end |