amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.Types.Layout

Description

 
Synopsis

Documentation

data Layout Source #

A Layout defines the placement of elements within a sheet.

For more information, see Types of layout in the Amazon QuickSight User Guide.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newLayout smart constructor.

Constructors

Layout' 

Fields

Instances

Instances details
FromJSON Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

ToJSON Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Generic Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Associated Types

type Rep Layout :: Type -> Type #

Methods

from :: Layout -> Rep Layout x #

to :: Rep Layout x -> Layout #

Show Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

NFData Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

rnf :: Layout -> () #

Eq Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

(==) :: Layout -> Layout -> Bool #

(/=) :: Layout -> Layout -> Bool #

Hashable Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

hashWithSalt :: Int -> Layout -> Int #

hash :: Layout -> Int #

type Rep Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

type Rep Layout = D1 ('MetaData "Layout" "Amazonka.QuickSight.Types.Layout" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Layout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LayoutConfiguration)))

newLayout Source #

Create a value of Layout 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:configuration:Layout', layout_configuration - The configuration that determines what the type of layout for a sheet.

layout_configuration :: Lens' Layout LayoutConfiguration Source #

The configuration that determines what the type of layout for a sheet.