amazonka-keyspaces-2.0: Amazon Keyspaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromJSON TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

Generic TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

Associated Types

type Rep TableSummary :: Type -> Type #

Read TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

Show TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

NFData TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

Methods

rnf :: TableSummary -> () #

Eq TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

Hashable TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

type Rep TableSummary Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.TableSummary

type Rep TableSummary = D1 ('MetaData "TableSummary" "Amazonka.KeySpaces.Types.TableSummary" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "TableSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyspaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTableSummary Source #

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_resourceArn :: Lens' TableSummary Text Source #

The unique identifier of the table in the format of an Amazon Resource Name (ARN).