Class: Aws::Types::CodeErrorLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column::Integer

Returns the value of attribute column.

Returns:

  • (::Integer)


189
190
191
# File 'sig/types.rbs', line 189

def column
  @column
end

#line::Integer

Returns the value of attribute line.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def line
  @line
end

#span::Integer

Returns the value of attribute span.

Returns:

  • (::Integer)


190
191
192
# File 'sig/types.rbs', line 190

def span
  @span
end