Class: Aws::IoTWireless::Types::PutPositionConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



5195
5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-iotwireless/types.rb', line 5195

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

#resource_identifierString

Resource identifier used to update the position configuration.



5195
5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-iotwireless/types.rb', line 5195

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

#resource_typeString

Resource type of the resource for which you want to update the position configuration.



5195
5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-iotwireless/types.rb', line 5195

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

#solversTypes::PositionSolverConfigurations

The positioning solvers used to update the position configuration of the resource.



5195
5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-iotwireless/types.rb', line 5195

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