Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayStatisticsRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wireless_gateway_id ⇒ String
The ID of the wireless gateway for which to get the data.
Instance Attribute Details
#wireless_gateway_id ⇒ String
The ID of the wireless gateway for which to get the data.
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 |