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

Description

 
Synopsis

Documentation

data SheetTextBox Source #

A text box.

See: newSheetTextBox smart constructor.

Constructors

SheetTextBox' 

Fields

  • content :: Maybe Text

    The content that is displayed in the text box.

  • sheetTextBoxId :: Text

    The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Instances

Instances details
FromJSON SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

ToJSON SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Generic SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Associated Types

type Rep SheetTextBox :: Type -> Type #

Read SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Show SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

NFData SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Methods

rnf :: SheetTextBox -> () #

Eq SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Hashable SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

type Rep SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

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

newSheetTextBox Source #

Create a value of SheetTextBox 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:content:SheetTextBox', sheetTextBox_content - The content that is displayed in the text box.

$sel:sheetTextBoxId:SheetTextBox', sheetTextBox_sheetTextBoxId - The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

sheetTextBox_content :: Lens' SheetTextBox (Maybe Text) Source #

The content that is displayed in the text box.

sheetTextBox_sheetTextBoxId :: Lens' SheetTextBox Text Source #

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.