Class: Aws::Types::GitHubResourceCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::GitHubResourceCapabilities
- 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.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def leave_comments @leave_comments end |
#remediate_code ⇒ Boolean
Returns the value of attribute remediate_code.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def remediate_code @remediate_code end |