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
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.
2703 2704 2705 2706 2707 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2703 class GetWirelessDeviceStatisticsRequest < Struct.new( :wireless_device_id) SENSITIVE = [] include Aws::Structure end |