Class: Aws::IoTWireless::Types::GetPositionRequest

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

Resource identifier used to retrieve the position information.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2171

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

#resource_typeString

Resource type of the resource for which position information is retrieved.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2171

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