| 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.DynamoDB.Types.TableClassSummary
Description
Documentation
data TableClassSummary Source #
Contains details of the table class.
See: newTableClassSummary smart constructor.
Constructors
| TableClassSummary' | |
Fields
| |
Instances
newTableClassSummary :: TableClassSummary Source #
Create a value of TableClassSummary 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:lastUpdateDateTime:TableClassSummary', tableClassSummary_lastUpdateDateTime - The date and time at which the table class was last updated.
$sel:tableClass:TableClassSummary', tableClassSummary_tableClass - The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.
tableClassSummary_lastUpdateDateTime :: Lens' TableClassSummary (Maybe UTCTime) Source #
The date and time at which the table class was last updated.
tableClassSummary_tableClass :: Lens' TableClassSummary (Maybe TableClass) Source #
The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.