Class: Aws::Types::CodeSnippetResult
- Inherits:
-
Object
- Object
- Aws::Types::CodeSnippetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_snippet ⇒ ::Array[Types::CodeLine]
Returns the value of attribute code_snippet.
-
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
-
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
-
#suggested_fixes ⇒ ::Array[Types::SuggestedFix]
Returns the value of attribute suggested_fixes.
Instance Attribute Details
#code_snippet ⇒ ::Array[Types::CodeLine]
Returns the value of attribute code_snippet.
759 760 761 |
# File 'sig/types.rbs', line 759 def code_snippet @code_snippet end |
#end_line ⇒ ::Integer
Returns the value of attribute end_line.
758 759 760 |
# File 'sig/types.rbs', line 758 def end_line @end_line end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
756 757 758 |
# File 'sig/types.rbs', line 756 def finding_arn @finding_arn end |
#start_line ⇒ ::Integer
Returns the value of attribute start_line.
757 758 759 |
# File 'sig/types.rbs', line 757 def start_line @start_line end |
#suggested_fixes ⇒ ::Array[Types::SuggestedFix]
Returns the value of attribute suggested_fixes.
760 761 762 |
# File 'sig/types.rbs', line 760 def suggested_fixes @suggested_fixes end |