Class: Aws::Inspector2::Types::CodeLine
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CodeLine
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Contains information on the lines of code associated with a code snippet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of a line of code.
-
#line_number ⇒ Integer
The line number that a section of code is located at.