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

Description

 
Synopsis

Documentation

data Spacing Source #

The configuration of spacing (often a margin or padding).

See: newSpacing smart constructor.

Constructors

Spacing' 

Fields

Instances

Instances details
FromJSON Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

ToJSON Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Generic Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Associated Types

type Rep Spacing :: Type -> Type #

Methods

from :: Spacing -> Rep Spacing x #

to :: Rep Spacing x -> Spacing #

Read Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Show Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

NFData Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

rnf :: Spacing -> () #

Eq Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

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

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

Hashable Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

hashWithSalt :: Int -> Spacing -> Int #

hash :: Spacing -> Int #

type Rep Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

type Rep Spacing = D1 ('MetaData "Spacing" "Amazonka.QuickSight.Types.Spacing" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Spacing'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSpacing :: Spacing Source #

Create a value of Spacing 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:bottom:Spacing', spacing_bottom - Define the bottom spacing.

$sel:left:Spacing', spacing_left - Define the left spacing.

$sel:right:Spacing', spacing_right - Define the right spacing.

$sel:top:Spacing', spacing_top - Define the top spacing.

spacing_bottom :: Lens' Spacing (Maybe Text) Source #

Define the bottom spacing.

spacing_left :: Lens' Spacing (Maybe Text) Source #

Define the left spacing.

spacing_right :: Lens' Spacing (Maybe Text) Source #

Define the right spacing.

spacing_top :: Lens' Spacing (Maybe Text) Source #

Define the top spacing.