| 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.Support.Types.RecentCaseCommunications
Description
Synopsis
Documentation
data RecentCaseCommunications Source #
The five most recent communications associated with the case.
See: newRecentCaseCommunications smart constructor.
Constructors
| RecentCaseCommunications' | |
Fields
| |
Instances
newRecentCaseCommunications :: RecentCaseCommunications Source #
Create a value of RecentCaseCommunications 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:communications:RecentCaseCommunications', recentCaseCommunications_communications - The five most recent communications associated with the case.
$sel:nextToken:RecentCaseCommunications', recentCaseCommunications_nextToken - A resumption point for pagination.
recentCaseCommunications_communications :: Lens' RecentCaseCommunications (Maybe [Communication]) Source #
The five most recent communications associated with the case.
recentCaseCommunications_nextToken :: Lens' RecentCaseCommunications (Maybe Text) Source #
A resumption point for pagination.