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
Overview
Note:
When making an API call, you may pass UpdateWirelessDeviceRequest data as a hash:
{
id: "WirelessDeviceId", # required
destination_name: "DestinationName",
name: "WirelessDeviceName",
description: "Description",
lo_ra_wan: {
device_profile_id: "DeviceProfileId",
service_profile_id: "ServiceProfileId",
abp_v1_1: {
f_cnt_start: 1,
},
abp_v1_0_x: {
f_cnt_start: 1,
},
},
}
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.
Instance Attribute Details
#description ⇒ String
A new description of the resource.
5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5839 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
The name of the new destination for the device.
5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5839 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource to update.
5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5839 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANUpdateDevice
The updated wireless device's configuration.
5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5839 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the resource.
5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5839 class UpdateWirelessDeviceRequest < Struct.new( :id, :destination_name, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |