Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_status ⇒ String
The connection status of the wireless gateway.
-
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
-
#wireless_gateway_id ⇒ String
The ID of the wireless gateway.
Instance Attribute Details
#connection_status ⇒ String
The connection status of the wireless gateway.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2934 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end |
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2934 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_id ⇒ String
The ID of the wireless gateway.
2934 2935 2936 2937 2938 2939 2940 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2934 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end |