Class: Aws::Types::SetRepositoryPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::SetRepositoryPolicyResponse
- 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.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def policy_text @policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def repository_name @repository_name end |