Class: Aws::IoTWireless::Types::WirelessGatewayStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WirelessGatewayStatistics
- 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
-
#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.
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 |
#description ⇒ String
The description of the resource.
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 |
#id ⇒ String
The ID of the wireless gateway reporting the data.
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 |
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
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_wan ⇒ Types::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 |
#name ⇒ String
The name of the resource.
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 |