Class: Aws::Types::Point

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#x::Float

Returns the value of attribute x.

Returns:

  • (::Float)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def x
  @x
end

#y::Float

Returns the value of attribute y.

Returns:

  • (::Float)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def y
  @y
end