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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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)


7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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)


7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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.

<note markdown=“1”> This value is only valid for 3 months.

</note>

Returns:

  • (String)


7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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.



7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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)


7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
# File 'lib/aws-sdk-iotwireless/types.rb', line 7305

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