Class: Aws::Types::CodeRemediationTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::CodeRemediationTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_diff_link ⇒ ::String
Returns the value of attribute code_diff_link.
-
#pull_request_link ⇒ ::String
Returns the value of attribute pull_request_link.
-
#repo_name ⇒ ::String
Returns the value of attribute repo_name.
Instance Attribute Details
#code_diff_link ⇒ ::String
Returns the value of attribute code_diff_link.
449 450 451 |
# File 'sig/types.rbs', line 449 def code_diff_link @code_diff_link end |
#pull_request_link ⇒ ::String
Returns the value of attribute pull_request_link.
450 451 452 |
# File 'sig/types.rbs', line 450 def pull_request_link @pull_request_link end |
#repo_name ⇒ ::String
Returns the value of attribute repo_name.
448 449 450 |
# File 'sig/types.rbs', line 448 def repo_name @repo_name end |