Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
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.
Instances
Eq Sheet Source # | |
Read Sheet Source # | |
Show Sheet Source # | |
Generic Sheet Source # | |
NFData Sheet Source # | |
Defined in Amazonka.QuickSight.Types.Sheet | |
Hashable Sheet Source # | |
Defined in Amazonka.QuickSight.Types.Sheet | |
FromJSON Sheet Source # | |
type Rep Sheet Source # | |
Defined in Amazonka.QuickSight.Types.Sheet type Rep Sheet = D1 ('MetaData "Sheet" "Amazonka.QuickSight.Types.Sheet" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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)))) |
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.