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)


585
586
587
# File 'sig/types.rbs', line 585

def x
  @x
end

#y::Float

Returns the value of attribute y.

Returns:

  • (::Float)


586
587
588
# File 'sig/types.rbs', line 586

def y
  @y
end