Class: Aws::Types::SetRepositoryPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetRepositoryPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#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
#force ⇒ Boolean
Returns the value of attribute force.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def force @force end |
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def policy_text @policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def repository_name @repository_name end |