Class: Aws::IoTWireless::Types::GetWirelessDeviceStatisticsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wireless_device_idString

The ID of the wireless device for which to get the data.

Returns:

  • (String)


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