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

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

Instance Attribute Details

#clock_syncInteger

The Fport value.

Returns:

  • (Integer)


5231
5232
5233
5234
5235
5236
5237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5231

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

#gnssInteger

The Fport value.

Returns:

  • (Integer)


5231
5232
5233
5234
5235
5236
5237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5231

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

#streamInteger

The Fport value.

Returns:

  • (Integer)


5231
5232
5233
5234
5235
5236
5237
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5231

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