Class: Aws::Inspector2::Types::NetworkPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::NetworkPath
- 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
-
#steps ⇒ Array<Types::Step>
The details on the steps in the network path.
Instance Attribute Details
#steps ⇒ Array<Types::Step>
The details on the steps in the network path.
5508 5509 5510 5511 5512 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5508 class NetworkPath < Struct.new( :steps) SENSITIVE = [] include Aws::Structure end |