Class: Aws::Types::Positioning
- Inherits:
-
Object
- Object
- Aws::Types::Positioning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clock_sync ⇒ ::Integer
Returns the value of attribute clock_sync.
-
#gnss ⇒ ::Integer
Returns the value of attribute gnss.
-
#stream ⇒ ::Integer
Returns the value of attribute stream.
Instance Attribute Details
#clock_sync ⇒ ::Integer
Returns the value of attribute clock_sync.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def clock_sync @clock_sync end |
#gnss ⇒ ::Integer
Returns the value of attribute gnss.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def gnss @gnss end |
#stream ⇒ ::Integer
Returns the value of attribute stream.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def stream @stream end |