Class: Aws::Types::AutomatedReasoningPolicyAnnotatedLine

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:line_text])

Instance Attribute Summary collapse

Instance Attribute Details

#line_number::Integer

Returns the value of attribute line_number.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def line_text
  @line_text
end