| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.Step
Description
Synopsis
- data Step = Step' {
- componentId :: Text
- componentType :: Text
- newStep :: Text -> Text -> Step
- step_componentId :: Lens' Step Text
- step_componentType :: Lens' Step Text
Documentation
Details about the step associated with a finding.
See: newStep smart constructor.
Constructors
| Step' | |
Fields
| |
Instances
| FromJSON Step Source # | |
| Generic Step Source # | |
| Read Step Source # | |
| Show Step Source # | |
| NFData Step Source # | |
Defined in Amazonka.Inspector2.Types.Step | |
| Eq Step Source # | |
| Hashable Step Source # | |
Defined in Amazonka.Inspector2.Types.Step | |
| type Rep Step Source # | |
Defined in Amazonka.Inspector2.Types.Step type Rep Step = D1 ('MetaData "Step" "Amazonka.Inspector2.Types.Step" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "Step'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Step 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:componentId:Step', step_componentId - The component ID.
$sel:componentType:Step', step_componentType - The component type.