Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayStatisticsRequest
- Includes:
- Structure
- Defined in:
- 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.
2912 2913 2914 2915 2916 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2912 class GetWirelessGatewayStatisticsRequest < Struct.new( :wireless_gateway_id) SENSITIVE = [] include Aws::Structure end |