| 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.Inspector.Types.Scope
Description
Documentation
This data type contains key-value pairs that identify various Amazon resources.
See: newScope smart constructor.
Constructors
| Scope' | |
Instances
| FromJSON Scope Source # | |
| Generic Scope Source # | |
| Read Scope Source # | |
| Show Scope Source # | |
| NFData Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope | |
| Eq Scope Source # | |
| Hashable Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope | |
| type Rep Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope type Rep Scope = D1 ('MetaData "Scope" "Amazonka.Inspector.Types.Scope" "amazonka-inspector-2.0-DbkSB2KDR0U54GYFqTMz6L" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScopeType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Scope 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:key:Scope', scope_key - The type of the scope.
$sel:value:Scope', scope_value - The resource identifier for the specified scope type.