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

Description

 
Synopsis

Documentation

data BodySectionContent Source #

The configuration of content in a body section.

See: newBodySectionContent smart constructor.

Constructors

BodySectionContent' 

Fields

Instances

Instances details
FromJSON BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

ToJSON BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Generic BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Associated Types

type Rep BodySectionContent :: Type -> Type #

Show BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

NFData BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Methods

rnf :: BodySectionContent -> () #

Eq BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Hashable BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

type Rep BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

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

newBodySectionContent :: BodySectionContent Source #

Create a value of BodySectionContent 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:layout:BodySectionContent', bodySectionContent_layout - The layout configuration of a body section.