Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
- Includes:
- Structure
- Defined in:
- 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.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2866 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.
<note markdown=“1”> This value is only valid for 3 months.
</note>
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2866 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.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2866 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end |