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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_identifier ⇒ String

Resource identifier used to retrieve the position information.

Returns:

  • (String)


2443
2444
2445
2446
2447
2448
# File 'lib/aws-sdk-iotwireless/types.rb', line 2443

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.

Returns:

  • (String)


2443
2444
2445
2446
2447
2448
# File 'lib/aws-sdk-iotwireless/types.rb', line 2443

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