Class: Aws::IoTWireless::Types::GetWirelessDeviceStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceStatisticsRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass GetWirelessDeviceStatisticsRequest data as a hash:
{
wireless_device_id: "WirelessDeviceId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wireless_device_id ⇒ String
The ID of the wireless device for which to get the data.
Instance Attribute Details
#wireless_device_id ⇒ String
The ID of the wireless device for which to get the data.
2509 2510 2511 2512 2513 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2509 class GetWirelessDeviceStatisticsRequest < Struct.new( :wireless_device_id) SENSITIVE = [] include Aws::Structure end |