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.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def leave_comments @leave_comments end |
#remediate_code ⇒ Boolean
Returns the value of attribute remediate_code.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def remediate_code @remediate_code end |