amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.NetworkPath

Description

 
Synopsis

Documentation

data NetworkPath Source #

Information on the network path associated with a finding.

See: newNetworkPath smart constructor.

Constructors

NetworkPath' 

Fields

Instances

Instances details
FromJSON NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

Generic NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

Associated Types

type Rep NetworkPath :: Type -> Type #

Read NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

Show NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

NFData NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

Methods

rnf :: NetworkPath -> () #

Eq NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

Hashable NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

type Rep NetworkPath Source # 
Instance details

Defined in Amazonka.Inspector2.Types.NetworkPath

type Rep NetworkPath = D1 ('MetaData "NetworkPath" "Amazonka.Inspector2.Types.NetworkPath" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "NetworkPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Step)))))

newNetworkPath :: NetworkPath Source #

Create a value of NetworkPath with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:steps:NetworkPath', networkPath_steps - The details on the steps in the network path.

networkPath_steps :: Lens' NetworkPath (Maybe (NonEmpty Step)) Source #

The details on the steps in the network path.