Class: Aws::IoTWireless::Types::PositionConfigurationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::PositionConfigurationItem
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The wrapper for a position configuration.
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.
-
#resource_identifier ⇒ String
Resource identifier for the position configuration.
-
#resource_type ⇒ String
Resource type of the resource for the position configuration.
-
#solvers ⇒ Types::PositionSolverDetails
The details of the positioning solver object used to compute the location.
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.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class PositionConfigurationItem < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
Resource identifier for the position configuration.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class PositionConfigurationItem < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource for the position configuration.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class PositionConfigurationItem < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#solvers ⇒ Types::PositionSolverDetails
The details of the positioning solver object used to compute the location.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class PositionConfigurationItem < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |