Class: Aws::IoTWireless::Types::GetWirelessDeviceStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceStatisticsRequest
- Includes:
- Structure
- Defined in:
- 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.
2771 2772 2773 2774 2775 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2771 class GetWirelessDeviceStatisticsRequest < Struct.new( :wireless_device_id) SENSITIVE = [] include Aws::Structure end |