Class: Aws::Types::NetworkResourceUtilization

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_in_bytes_per_second::String

Returns the value of attribute network_in_bytes_per_second.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def network_packets_out_per_second
  @network_packets_out_per_second
end