Class: Aws::IoTWireless::Types::PutPositionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::PutPositionConfigurationRequest
- 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.
-
#resource_identifier ⇒ String
Resource identifier used to update the position configuration.
-
#resource_type ⇒ String
Resource type of the resource for which you want to update the position configuration.
-
#solvers ⇒ Types::PositionSolverConfigurations
The positioning solvers used to update the position configuration of the resource.
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.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4450 class PutPositionConfigurationRequest < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
Resource identifier used to update the position configuration.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4450 class PutPositionConfigurationRequest < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource for which you want to update the position configuration.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4450 class PutPositionConfigurationRequest < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |
#solvers ⇒ Types::PositionSolverConfigurations
The positioning solvers used to update the position configuration of the resource.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4450 class PutPositionConfigurationRequest < Struct.new( :resource_identifier, :resource_type, :solvers, :destination) SENSITIVE = [] include Aws::Structure end |