Class: Aws::IoTWireless::Types::UpdateResourcePositionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geo_json_payloadString

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.

Returns:

  • (String)


6646
6647
6648
6649
6650
6651
6652
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6646

class UpdateResourcePositionRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :geo_json_payload)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

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.

Returns:

  • (String)


6646
6647
6648
6649
6650
6651
6652
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6646

class UpdateResourcePositionRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :geo_json_payload)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.

Returns:

  • (String)


6646
6647
6648
6649
6650
6651
6652
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6646

class UpdateResourcePositionRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :geo_json_payload)
  SENSITIVE = []
  include Aws::Structure
end