Class: Aws::Types::PutRegistryPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutRegistryPolicyResponse
- 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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def policy_text @policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def registry_id @registry_id end |