Class: Aws::IoTWireless::Types::WirelessGatewayStatistics

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

Overview

Information about a wireless gateway's operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the resource.

Returns:

  • (String)


7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the wireless gateway reporting the data.

Returns:

  • (String)


7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  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)


7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANGateway

LoRaWAN gateway info.



7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7186

class WirelessGatewayStatistics < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :lo_ra_wan,
  :last_uplink_received_at)
  SENSITIVE = []
  include Aws::Structure
end