| 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.KeySpaces.Types.TableSummary
Description
Synopsis
Documentation
data TableSummary Source #
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).
See: newTableSummary smart constructor.
Constructors
| TableSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> TableSummary |
Create a value of TableSummary 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:keyspaceName:TableSummary', tableSummary_keyspaceName - The name of the keyspace that the table is stored in.
$sel:tableName:TableSummary', tableSummary_tableName - The name of the table.
$sel:resourceArn:TableSummary', tableSummary_resourceArn - The unique identifier of the table in the format of an Amazon Resource
Name (ARN).
tableSummary_keyspaceName :: Lens' TableSummary Text Source #
The name of the keyspace that the table is stored in.
tableSummary_tableName :: Lens' TableSummary Text Source #
The name of the table.
tableSummary_resourceArn :: Lens' TableSummary Text Source #
The unique identifier of the table in the format of an Amazon Resource Name (ARN).