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 |
Synopsis
- data ResponseTimeRootCauseEntity = ResponseTimeRootCauseEntity' {}
- newResponseTimeRootCauseEntity :: ResponseTimeRootCauseEntity
- responseTimeRootCauseEntity_remote :: Lens' ResponseTimeRootCauseEntity (Maybe Bool)
- responseTimeRootCauseEntity_coverage :: Lens' ResponseTimeRootCauseEntity (Maybe Double)
- responseTimeRootCauseEntity_name :: Lens' ResponseTimeRootCauseEntity (Maybe Text)
Documentation
data ResponseTimeRootCauseEntity Source #
A collection of segments and corresponding subsegments associated to a response time warning.
See: newResponseTimeRootCauseEntity
smart constructor.
Instances
newResponseTimeRootCauseEntity :: ResponseTimeRootCauseEntity Source #
Create a value of ResponseTimeRootCauseEntity
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:remote:ResponseTimeRootCauseEntity'
, responseTimeRootCauseEntity_remote
- A flag that denotes a remote subsegment.
$sel:coverage:ResponseTimeRootCauseEntity'
, responseTimeRootCauseEntity_coverage
- The type and messages of the exceptions.
$sel:name:ResponseTimeRootCauseEntity'
, responseTimeRootCauseEntity_name
- The name of the entity.
responseTimeRootCauseEntity_remote :: Lens' ResponseTimeRootCauseEntity (Maybe Bool) Source #
A flag that denotes a remote subsegment.
responseTimeRootCauseEntity_coverage :: Lens' ResponseTimeRootCauseEntity (Maybe Double) Source #
The type and messages of the exceptions.
responseTimeRootCauseEntity_name :: Lens' ResponseTimeRootCauseEntity (Maybe Text) Source #
The name of the entity.