Class: Aws::Types::AutomatedReasoningPolicyAnnotatedLine
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyAnnotatedLine
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
-
#line_text ⇒ ::String
Returns the value of attribute line_text.
Instance Attribute Details
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
266 267 268 |
# File 'sig/types.rbs', line 266 def line_number @line_number end |
#line_text ⇒ ::String
Returns the value of attribute line_text.
267 268 269 |
# File 'sig/types.rbs', line 267 def line_text @line_text end |