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
data TimeToLiveDescription Source #
The description of the Time to Live (TTL) status on the specified table.
See: newTimeToLiveDescription
smart constructor.
TimeToLiveDescription' | |
|
Instances
newTimeToLiveDescription :: TimeToLiveDescription Source #
Create a value of TimeToLiveDescription
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:timeToLiveStatus:TimeToLiveDescription'
, timeToLiveDescription_timeToLiveStatus
- The TTL status for the table.
$sel:attributeName:TimeToLiveDescription'
, timeToLiveDescription_attributeName
- The name of the TTL attribute for items in the table.
timeToLiveDescription_timeToLiveStatus :: Lens' TimeToLiveDescription (Maybe TimeToLiveStatus) Source #
The TTL status for the table.
timeToLiveDescription_attributeName :: Lens' TimeToLiveDescription (Maybe Text) Source #
The name of the TTL attribute for items in the table.