Class: Aws::Types::NetworkResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::NetworkResourceUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_in_bytes_per_second ⇒ ::String
Returns the value of attribute network_in_bytes_per_second.
-
#network_out_bytes_per_second ⇒ ::String
Returns the value of attribute network_out_bytes_per_second.
-
#network_packets_in_per_second ⇒ ::String
Returns the value of attribute network_packets_in_per_second.
-
#network_packets_out_per_second ⇒ ::String
Returns the value of attribute network_packets_out_per_second.
Instance Attribute Details
#network_in_bytes_per_second ⇒ ::String
Returns the value of attribute network_in_bytes_per_second.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def network_in_bytes_per_second @network_in_bytes_per_second end |
#network_out_bytes_per_second ⇒ ::String
Returns the value of attribute network_out_bytes_per_second.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def network_out_bytes_per_second @network_out_bytes_per_second end |
#network_packets_in_per_second ⇒ ::String
Returns the value of attribute network_packets_in_per_second.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def network_packets_in_per_second @network_packets_in_per_second end |
#network_packets_out_per_second ⇒ ::String
Returns the value of attribute network_packets_out_per_second.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def network_packets_out_per_second @network_packets_out_per_second end |