Class: Aws::NetworkFlowMonitor::Types::TraversedComponent

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

Overview

A section of the network that a network flow has traveled through.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_arnString

The Amazon Resource Name (ARN) of a tranversed component.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1558

class TraversedComponent < Struct.new(
  :component_id,
  :component_type,
  :component_arn,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The identifier for the traversed component.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1558

class TraversedComponent < Struct.new(
  :component_id,
  :component_type,
  :component_arn,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#component_typeString

The type of component that was traversed.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1558

class TraversedComponent < Struct.new(
  :component_id,
  :component_type,
  :component_arn,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The service name for the traversed component.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1558

class TraversedComponent < Struct.new(
  :component_id,
  :component_type,
  :component_arn,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end