Class: Aws::IoTWireless::Types::UpdatePositionRequest

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

#positionArray<Float>

The position information of the resource.

Returns:

  • (Array<Float>)


6565
6566
6567
6568
6569
6570
6571
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565

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

#resource_identifierString

Resource identifier of the resource for which position is updated.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565

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

#resource_typeString

Resource type of the resource for which position is updated.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565

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