Class: Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayStatisticsResponse
 
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connection status of the wireless gateway. 
- 
  
    
      #last_uplink_received_at  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the most recent uplink was received. 
- 
  
    
      #wireless_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the wireless gateway. 
Instance Attribute Details
#connection_status ⇒ String
The connection status of the wireless gateway.
| 2948 2949 2950 2951 2952 2953 2954 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2948 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end | 
#last_uplink_received_at ⇒ String
The date and time when the most recent uplink was received.
| 2948 2949 2950 2951 2952 2953 2954 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2948 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end | 
#wireless_gateway_id ⇒ String
The ID of the wireless gateway.
| 2948 2949 2950 2951 2952 2953 2954 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2948 class GetWirelessGatewayStatisticsResponse < Struct.new( :wireless_gateway_id, :last_uplink_received_at, :connection_status) SENSITIVE = [] include Aws::Structure end |