Class: Aws::Types::GetWirelessGatewayStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessGatewayStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_status ⇒ "Connected", "Disconnected"
Returns the value of attribute connection_status.
-
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
-
#wireless_gateway_id ⇒ ::String
Returns the value of attribute wireless_gateway_id.
Instance Attribute Details
#connection_status ⇒ "Connected", "Disconnected"
Returns the value of attribute connection_status.
982 983 984 |
# File 'sig/types.rbs', line 982 def connection_status @connection_status end |
#last_uplink_received_at ⇒ ::String
Returns the value of attribute last_uplink_received_at.
981 982 983 |
# File 'sig/types.rbs', line 981 def last_uplink_received_at @last_uplink_received_at end |
#wireless_gateway_id ⇒ ::String
Returns the value of attribute wireless_gateway_id.
980 981 982 |
# File 'sig/types.rbs', line 980 def wireless_gateway_id @wireless_gateway_id end |