Class: Aws::IoTWireless::Types::GetPositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetPositionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
Resource identifier used to retrieve the position information.
-
#resource_type ⇒ String
Resource type of the resource for which position information is retrieved.
Instance Attribute Details
#resource_identifier ⇒ String
Resource identifier used to retrieve the position information.
2381 2382 2383 2384 2385 2386 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2381 class GetPositionRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource for which position information is retrieved.
2381 2382 2383 2384 2385 2386 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2381 class GetPositionRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |