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.StaticColumn

Description

 
Synopsis

Documentation

data StaticColumn Source #

The static columns of the table. Static columns store values that are shared by all rows in the same partition.

See: newStaticColumn smart constructor.

Constructors

StaticColumn' 

Fields

  • name :: Text

    The name of the static column.

Instances

Instances details
FromJSON StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

ToJSON StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

Generic StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

Associated Types

type Rep StaticColumn :: Type -> Type #

Read StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

Show StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

NFData StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

Methods

rnf :: StaticColumn -> () #

Eq StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

Hashable StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

type Rep StaticColumn Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.StaticColumn

type Rep StaticColumn = D1 ('MetaData "StaticColumn" "Amazonka.KeySpaces.Types.StaticColumn" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "StaticColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStaticColumn Source #

Create a value of StaticColumn 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:name:StaticColumn', staticColumn_name - The name of the static column.

staticColumn_name :: Lens' StaticColumn Text Source #

The name of the static column.