Class: Aws::IoTWireless::Types::Positioning
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Positioning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The FPorts for the position information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clock_sync ⇒ Integer
The Fport value.
-
#gnss ⇒ Integer
The Fport value.
-
#stream ⇒ Integer
The Fport value.
Instance Attribute Details
#clock_sync ⇒ Integer
The Fport value.
5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5026 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#gnss ⇒ Integer
The Fport value.
5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5026 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Integer
The Fport value.
5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5026 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |