Class: Aws::CostExplorer::Types::NetworkResourceUtilization
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CostExplorer::Types::NetworkResourceUtilization
 
 
- Defined in:
 - gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
 
Overview
The network field that contains a list of network metrics that are associated with the current instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_in_bytes_per_second  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network inbound throughput utilization measured in Bytes per second (Bps).
 - 
  
    
      #network_out_bytes_per_second  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network outbound throughput utilization measured in Bytes per second (Bps).
 - 
  
    
      #network_packets_in_per_second  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network inbound packets that are measured in packets per second.
 - 
  
    
      #network_packets_out_per_second  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network outbound packets that are measured in packets per second.
 
Instance Attribute Details
#network_in_bytes_per_second ⇒ String
The network inbound throughput utilization measured in Bytes per second (Bps).
      6038 6039 6040 6041 6042 6043 6044 6045  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6038 class NetworkResourceUtilization < Struct.new( :network_in_bytes_per_second, :network_out_bytes_per_second, :network_packets_in_per_second, :network_packets_out_per_second) SENSITIVE = [] include Aws::Structure end  | 
  
#network_out_bytes_per_second ⇒ String
The network outbound throughput utilization measured in Bytes per second (Bps).
      6038 6039 6040 6041 6042 6043 6044 6045  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6038 class NetworkResourceUtilization < Struct.new( :network_in_bytes_per_second, :network_out_bytes_per_second, :network_packets_in_per_second, :network_packets_out_per_second) SENSITIVE = [] include Aws::Structure end  | 
  
#network_packets_in_per_second ⇒ String
The network inbound packets that are measured in packets per second.
      6038 6039 6040 6041 6042 6043 6044 6045  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6038 class NetworkResourceUtilization < Struct.new( :network_in_bytes_per_second, :network_out_bytes_per_second, :network_packets_in_per_second, :network_packets_out_per_second) SENSITIVE = [] include Aws::Structure end  | 
  
#network_packets_out_per_second ⇒ String
The network outbound packets that are measured in packets per second.
      6038 6039 6040 6041 6042 6043 6044 6045  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6038 class NetworkResourceUtilization < Struct.new( :network_in_bytes_per_second, :network_out_bytes_per_second, :network_packets_in_per_second, :network_packets_out_per_second) SENSITIVE = [] include Aws::Structure end  |