libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
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.HoneyCode.Types.TableColumn

Description

 
Synopsis

Documentation

data TableColumn Source #

An object that contains attributes about a single column in a table

See: newTableColumn smart constructor.

Constructors

TableColumn' 

Fields

Instances

Instances details
Eq TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

Read TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

Show TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

Generic TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

Associated Types

type Rep TableColumn :: Type -> Type #

NFData TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

Methods

rnf :: TableColumn -> () #

Hashable TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

FromJSON TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

type Rep TableColumn Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableColumn

type Rep TableColumn = D1 ('MetaData "TableColumn" "Amazonka.HoneyCode.Types.TableColumn" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "TableColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Format)) :*: (S1 ('MetaSel ('Just "tableColumnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableColumnId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTableColumn :: TableColumn Source #

Create a value of TableColumn 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:format:TableColumn', tableColumn_format - The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

$sel:tableColumnName:TableColumn', tableColumn_tableColumnName - The name of the column in the table.

$sel:tableColumnId:TableColumn', tableColumn_tableColumnId - The id of the column in the table.

tableColumn_format :: Lens' TableColumn (Maybe Format) Source #

The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

tableColumn_tableColumnName :: Lens' TableColumn (Maybe Text) Source #

The name of the column in the table.

tableColumn_tableColumnId :: Lens' TableColumn (Maybe Text) Source #

The id of the column in the table.