Class: Aws::IoTWireless::Types::UpdateWirelessDeviceRequest

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

#descriptionString

A new description of the resource.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end

#destination_nameString

The name of the new destination for the device.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource to update.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANUpdateDevice

The updated wireless device's configuration.



6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name of the resource.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end

#positioningString

FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6698

class UpdateWirelessDeviceRequest < Struct.new(
  :id,
  :destination_name,
  :name,
  :description,
  :lo_ra_wan,
  :positioning)
  SENSITIVE = []
  include Aws::Structure
end