libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.Types.TimeToLiveDescription

Description

 
Synopsis

Documentation

data TimeToLiveDescription Source #

The description of the Time to Live (TTL) status on the specified table.

See: newTimeToLiveDescription smart constructor.

Constructors

TimeToLiveDescription' 

Fields

Instances

Instances details
Eq TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Read TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Show TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Generic TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Associated Types

type Rep TimeToLiveDescription :: Type -> Type #

NFData TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

Methods

rnf :: TimeToLiveDescription -> () #

Hashable TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

FromJSON TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

type Rep TimeToLiveDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.TimeToLiveDescription

type Rep TimeToLiveDescription = D1 ('MetaData "TimeToLiveDescription" "Amazonka.DynamoDB.Types.TimeToLiveDescription" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "TimeToLiveDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeToLiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeToLiveStatus)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_attributeName :: Lens' TimeToLiveDescription (Maybe Text) Source #

The name of the TTL attribute for items in the table.