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

Description

 
Synopsis

Documentation

data Sheet Source #

A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

See: newSheet smart constructor.

Constructors

Sheet' 

Fields

  • name :: Maybe Text

    The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

  • sheetId :: Maybe Text

    The unique identifier associated with a sheet.

Instances

Instances details
FromJSON Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Generic Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Associated Types

type Rep Sheet :: Type -> Type #

Methods

from :: Sheet -> Rep Sheet x #

to :: Rep Sheet x -> Sheet #

Read Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Show Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

showsPrec :: Int -> Sheet -> ShowS #

show :: Sheet -> String #

showList :: [Sheet] -> ShowS #

NFData Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

rnf :: Sheet -> () #

Eq Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

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

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

Hashable Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

hashWithSalt :: Int -> Sheet -> Int #

hash :: Sheet -> Int #

type Rep Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

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

newSheet :: Sheet Source #

Create a value of Sheet 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:name:Sheet', sheet_name - The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

$sel:sheetId:Sheet', sheet_sheetId - The unique identifier associated with a sheet.

sheet_name :: Lens' Sheet (Maybe Text) Source #

The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

sheet_sheetId :: Lens' Sheet (Maybe Text) Source #

The unique identifier associated with a sheet.