Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_statusString

The connection status of the wireless gateway.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
# File 'gems/aws-sdk-iotwireless/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

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
# File 'gems/aws-sdk-iotwireless/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_idString

The ID of the wireless gateway.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
# File 'gems/aws-sdk-iotwireless/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