Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wireless_gateway_idString

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

Returns:

  • (String)


2844
2845
2846
2847
2848
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2844

class GetWirelessGatewayStatisticsRequest < Struct.new(
  :wireless_gateway_id)
  SENSITIVE = []
  include Aws::Structure
end