Class: Aws::Inspector2::Types::NetworkPath

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

Overview

Information on the network path associated with a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepsArray<Types::Step>

The details on the steps in the network path.

Returns:



6894
6895
6896
6897
6898
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6894

class NetworkPath < Struct.new(
  :steps)
  SENSITIVE = []
  include Aws::Structure
end