Class: Aws::IoTWireless::Types::GetPositionConfigurationResponse

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

#destinationString

The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2236

class GetPositionConfigurationResponse < Struct.new(
  :solvers,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#solversTypes::PositionSolverDetails

The wrapper for the solver configuration details object.



2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2236

class GetPositionConfigurationResponse < Struct.new(
  :solvers,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end