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).
5157 5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5157 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).
5157 5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5157 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.
5157 5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5157 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.
5157 5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5157 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 |