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)


5026
5027
5028
5029
5030
5031
5032
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5026

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

#gnssInteger

The Fport value.

Returns:

  • (Integer)


5026
5027
5028
5029
5030
5031
5032
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5026

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

#streamInteger

The Fport value.

Returns:

  • (Integer)


5026
5027
5028
5029
5030
5031
5032
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5026

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