Class: Aws::Types::Pose

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pitch::Float

Returns the value of attribute pitch.

Returns:

  • (::Float)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def pitch
  @pitch
end

#roll::Float

Returns the value of attribute roll.

Returns:

  • (::Float)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def roll
  @roll
end

#yaw::Float

Returns the value of attribute yaw.

Returns:

  • (::Float)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def yaw
  @yaw
end