Class: Aws::CloudWatchOmni::Types::EdgeTrafficStats

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Additive traffic counters accumulated over an edge's observation window. Which counters are populated depends on what produced the edge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesInteger

Total bytes observed across the edge.

Returns:

  • (Integer)


1916
1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916

class EdgeTrafficStats < Struct.new(
  :bytes,
  :packets,
  :flows,
  :sent_bytes,
  :received_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#flowsInteger

Total network flows observed across the edge.

Returns:

  • (Integer)


1916
1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916

class EdgeTrafficStats < Struct.new(
  :bytes,
  :packets,
  :flows,
  :sent_bytes,
  :received_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#packetsInteger

Total packets observed across the edge.

Returns:

  • (Integer)


1916
1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916

class EdgeTrafficStats < Struct.new(
  :bytes,
  :packets,
  :flows,
  :sent_bytes,
  :received_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#received_bytesInteger

Total bytes received from the destination.

Returns:

  • (Integer)


1916
1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916

class EdgeTrafficStats < Struct.new(
  :bytes,
  :packets,
  :flows,
  :sent_bytes,
  :received_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#sent_bytesInteger

Total bytes sent to the destination.

Returns:

  • (Integer)


1916
1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916

class EdgeTrafficStats < Struct.new(
  :bytes,
  :packets,
  :flows,
  :sent_bytes,
  :received_bytes)
  SENSITIVE = []
  include Aws::Structure
end