Class: Aws::IoTWireless::Types::WirelessGatewayStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WirelessGatewayStatistics
- 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
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#description ⇒ String
The description of the resource.
-
#id ⇒ String
The ID of the wireless gateway reporting the data.
-
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
-
#lo_ra_wan ⇒ Types::LoRaWANGateway
LoRaWAN gateway info.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
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 |
#description ⇒ String
The description of the resource.
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 |
#id ⇒ String
The ID of the wireless gateway reporting the data.
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 |
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
<note markdown=“1”> This value is only valid for 3 months.
</note>
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_wan ⇒ Types::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 |
#name ⇒ String
The name of the resource.
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 |