Class: Aws::IoTWireless::Types::Positioning

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#clock_sync ⇒ Integer

The Fport value.

Returns:

  • (Integer)


5352
5353
5354
5355
5356
5357
5358
# File 'lib/aws-sdk-iotwireless/types.rb', line 5352

class Positioning < Struct.new(
  :clock_sync,
  :stream,
  :gnss)
  SENSITIVE = []
  include Aws::Structure
end

#gnss ⇒ Integer

The Fport value.

Returns:

  • (Integer)


5352
5353
5354
5355
5356
5357
5358
# File 'lib/aws-sdk-iotwireless/types.rb', line 5352

class Positioning < Struct.new(
  :clock_sync,
  :stream,
  :gnss)
  SENSITIVE = []
  include Aws::Structure
end

#stream ⇒ Integer

The Fport value.

Returns:

  • (Integer)


5352
5353
5354
5355
5356
5357
5358
# File 'lib/aws-sdk-iotwireless/types.rb', line 5352

class Positioning < Struct.new(
  :clock_sync,
  :stream,
  :gnss)
  SENSITIVE = []
  include Aws::Structure
end