Struct aws_sdk_quicksight::model::Sheet [−][src]
Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.sheet_id: Option<String>The unique identifier associated with a sheet.
name: Option<String>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sheet
impl UnwindSafe for Sheet
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more