Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
A behavior graph in Detective.
See: newGraph
smart constructor.
Instances
Eq Graph Source # | |
Read Graph Source # | |
Show Graph Source # | |
Generic Graph Source # | |
NFData Graph Source # | |
Defined in Amazonka.Detective.Types.Graph | |
Hashable Graph Source # | |
Defined in Amazonka.Detective.Types.Graph | |
FromJSON Graph Source # | |
type Rep Graph Source # | |
Defined in Amazonka.Detective.Types.Graph type Rep Graph = D1 ('MetaData "Graph" "Amazonka.Detective.Types.Graph" "libZSservicesZSamazonka-detectiveZSamazonka-detective" 'False) (C1 ('MetaCons "Graph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) |
Create a value of Graph
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:arn:Graph'
, graph_arn
- The ARN of the behavior graph.
$sel:createdTime:Graph'
, graph_createdTime
- The date and time that the behavior graph was created. The value is in
milliseconds since the epoch.