Class: Aws::IoTWireless::Types::Positioning
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Positioning
- Defined in:
- gems/aws-sdk-iotwireless/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.
4388 4389 4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4388 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#gnss ⇒ Integer
The Fport value.
4388 4389 4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4388 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Integer
The Fport value.
4388 4389 4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4388 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |