Class: Aws::Types::CodeLine
- Inherits:
-
Object
- Object
- Aws::Types::CodeLine
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
652 653 654 |
# File 'sig/types.rbs', line 652 def content @content end |
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
653 654 655 |
# File 'sig/types.rbs', line 653 def line_number @line_number end |