Class: Aws::Types::GitLabResourceCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::GitLabResourceCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#leave_comments ⇒ Boolean
Returns the value of attribute leave_comments.
-
#remediate_code ⇒ Boolean
Returns the value of attribute remediate_code.
Instance Attribute Details
#leave_comments ⇒ Boolean
Returns the value of attribute leave_comments.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def leave_comments @leave_comments end |
#remediate_code ⇒ Boolean
Returns the value of attribute remediate_code.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def remediate_code @remediate_code end |