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:



5411
5412
5413
5414
5415
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5411

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