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)


2689
2690
2691
2692
2693
2694
2695
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2689

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.

Returns:

  • (String)


2689
2690
2691
2692
2693
2694
2695
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2689

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)


2689
2690
2691
2692
2693
2694
2695
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2689

class GetWirelessGatewayStatisticsResponse < Struct.new(
  :wireless_gateway_id,
  :last_uplink_received_at,
  :connection_status)
  SENSITIVE = []
  include Aws::Structure
end