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.PortRange

Description

 
Synopsis

Documentation

data PortRange Source #

Details about the port range associated with a finding.

See: newPortRange smart constructor.

Constructors

PortRange' 

Fields

Instances

Instances details
FromJSON PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

Generic PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

Associated Types

type Rep PortRange :: Type -> Type #

Read PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

Show PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

NFData PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

Methods

rnf :: PortRange -> () #

Eq PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

Hashable PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

type Rep PortRange Source # 
Instance details

Defined in Amazonka.Inspector2.Types.PortRange

type Rep PortRange = D1 ('MetaData "PortRange" "Amazonka.Inspector2.Types.PortRange" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "PortRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "begin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPortRange Source #

Create a value of PortRange 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:begin:PortRange', portRange_begin - The beginning port in a port range.

$sel:end:PortRange', portRange_end - The ending port in a port range.

portRange_begin :: Lens' PortRange Natural Source #

The beginning port in a port range.

portRange_end :: Lens' PortRange Natural Source #

The ending port in a port range.