Class: Aws::IoTWireless::Types::GetPositionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetPositionConfigurationResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
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.
-
#solvers ⇒ Types::PositionSolverDetails
The wrapper for the solver configuration details object.
Instance Attribute Details
#destination ⇒ String
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.
1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1943 class GetPositionConfigurationResponse < Struct.new( :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#solvers ⇒ Types::PositionSolverDetails
The wrapper for the solver configuration details object.
1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1943 class GetPositionConfigurationResponse < Struct.new( :solvers, :destination) SENSITIVE = [] include Aws::Structure end |