Class: Aws::IoTWireless::Types::GetPositionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::Accuracy

The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.

Returns:



2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#positionArray<Float>

The position information of the resource.

Returns:

  • (Array<Float>)


2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#solver_providerString

The vendor of the positioning solver.

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#solver_typeString

The type of solver used to identify the position of the resource.

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#solver_versionString

The version of the positioning solver.

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The timestamp at which the device's position was determined.

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2097

class GetPositionResponse < Struct.new(
  :position,
  :accuracy,
  :solver_type,
  :solver_provider,
  :solver_version,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end