Class: Aws::Types::GetWirelessGatewayStatisticsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_status ⇒ "Connected", "Disconnected"

Returns the value of attribute connection_status.

Returns:

  • ("Connected", "Disconnected")


982
983
984
# File 'sig/types.rbs', line 982

def connection_status
  @connection_status
end

Returns the value of attribute last_uplink_received_at.

Returns:

  • (::String)


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.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def wireless_gateway_id
  @wireless_gateway_id
end