Class: Aws::Types::Position

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)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def column
  @column
end

#line::Integer

Returns the value of attribute line.

Returns:

  • (::Integer)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def line
  @line
end