Class: Aws::CostExplorer::Types::NetworkResourceUtilization

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_in_bytes_per_secondString

The network inbound throughput utilization measured in Bytes per second (Bps).

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5137

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_secondString

The network outbound throughput utilization measured in Bytes per second (Bps).

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5137

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_secondString

The network inbound packets that are measured in packets per second.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5137

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_secondString

The network outbound packets that are measured in packets per second.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5137

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