Class: Aws::IoTWireless::Types::PositionConfigurationItem

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

Overview

The wrapper for a position configuration.

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)


5086
5087
5088
5089
5090
5091
5092
5093
# File 'lib/aws-sdk-iotwireless/types.rb', line 5086

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

#resource_identifierString

Resource identifier for the position configuration.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
# File 'lib/aws-sdk-iotwireless/types.rb', line 5086

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

#resource_typeString

Resource type of the resource for the position configuration.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
5092
5093
# File 'lib/aws-sdk-iotwireless/types.rb', line 5086

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

#solversTypes::PositionSolverDetails

The details of the positioning solver object used to compute the location.



5086
5087
5088
5089
5090
5091
5092
5093
# File 'lib/aws-sdk-iotwireless/types.rb', line 5086

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