Class: Aws::Types::DeleteRegistryPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegistryPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
Instance Attribute Details
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
228 229 230 |
# File 'sig/types.rbs', line 228 def policy_text @policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def registry_id @registry_id end |