Class: Aws::IoTWireless::Types::UpdateWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description of the resource.
-
#destination_name ⇒ String
The name of the new destination for the device.
-
#id ⇒ String
The ID of the resource to update.
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateDevice
The updated wireless device’s configuration.
-
#name ⇒ String
The new name of the resource.
-
#positioning ⇒ String
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
Instance Attribute Details
#description ⇒ String
A new description of the resource.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
The name of the new destination for the device.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource to update.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANUpdateDevice
The updated wireless device’s configuration.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the resource.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |
#positioning ⇒ String
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6817 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |