Class: Aws::IoTWireless::Types::UpdateResourcePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateResourcePositionRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geo_json_payload ⇒ String
The position information of the resource, displayed as a JSON payload.
-
#resource_identifier ⇒ String
The identifier of the resource for which position information is updated.
-
#resource_type ⇒ String
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
Instance Attribute Details
#geo_json_payload ⇒ String
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
5572 5573 5574 5575 5576 5577 5578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5572 class UpdateResourcePositionRequest < Struct.new( :resource_identifier, :resource_type, :geo_json_payload) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID depending on the resource type.
5572 5573 5574 5575 5576 5577 5578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5572 class UpdateResourcePositionRequest < Struct.new( :resource_identifier, :resource_type, :geo_json_payload) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
5572 5573 5574 5575 5576 5577 5578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5572 class UpdateResourcePositionRequest < Struct.new( :resource_identifier, :resource_type, :geo_json_payload) SENSITIVE = [] include Aws::Structure end |