Class: Aws::IoTWireless::Types::UpdateWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessDeviceRequest
- Defined in:
- gems/aws-sdk-iotwireless/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.
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_name ⇒ String
The name of the new destination for the device.
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 |
#id ⇒ String
The ID of the resource to update.
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_wan ⇒ Types::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 |
#name ⇒ String
The new name of the resource.
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 |
#positioning ⇒ String
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
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 |