Class: Aws::IoTWireless::Types::GetResourcePositionResponse

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)


2470
2471
2472
2473
2474
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2470

class GetResourcePositionResponse < Struct.new(
  :geo_json_payload)
  SENSITIVE = []
  include Aws::Structure
end