Class: Aws::IoTWireless::Types::GetResourcePositionRequest

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

#resource_identifierString

The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2452

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

#resource_typeString

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

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2452

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