Class: Aws::Types::CodeLine

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def content
  @content
end

#line_number::Integer

Returns the value of attribute line_number.

Returns:

  • (::Integer)


653
654
655
# File 'sig/types.rbs', line 653

def line_number
  @line_number
end