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.
5133 5134 5135 5136 5137 5138 5139 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5133 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#gnss ⇒ Integer
The Fport value.
5133 5134 5135 5136 5137 5138 5139 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5133 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Integer
The Fport value.
5133 5134 5135 5136 5137 5138 5139 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5133 class Positioning < Struct.new( :clock_sync, :stream, :gnss) SENSITIVE = [] include Aws::Structure end |