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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 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.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5607 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan, :positioning) SENSITIVE = [] include Aws::Structure end |