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.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def leave_comments @leave_comments end |
#remediate_code ⇒ Boolean
Returns the value of attribute remediate_code.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def remediate_code @remediate_code end |