Class: Aws::IoTWireless::Types::GetResourcePositionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTWireless::Types::GetResourcePositionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
 
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].
[1]: geojson.org/
      2538 2539 2540 2541 2542  | 
    
      # File 'lib/aws-sdk-iotwireless/types.rb', line 2538 class GetResourcePositionResponse < Struct.new( :geo_json_payload) SENSITIVE = [] include Aws::Structure end  |