Analysis Sheet Definition
data class AnalysisSheetDefinition(val contentType: AnalysisSheetContentType? = null, val description: String? = null, val filterControls: List<AnalysisFilterControl>? = null, val layouts: List<AnalysisLayout>? = null, val name: String? = null, val parameterControls: List<AnalysisParameterControl>? = null, val sheetControlLayouts: List<AnalysisSheetControlLayout>? = null, val sheetId: String, val textBoxes: List<AnalysisSheetTextBox>? = null, val title: String? = null, val visuals: List<AnalysisVisual>? = null)
Constructors
Link copied to clipboard
constructor(contentType: AnalysisSheetContentType? = null, description: String? = null, filterControls: List<AnalysisFilterControl>? = null, layouts: List<AnalysisLayout>? = null, name: String? = null, parameterControls: List<AnalysisParameterControl>? = null, sheetControlLayouts: List<AnalysisSheetControlLayout>? = null, sheetId: String, textBoxes: List<AnalysisSheetTextBox>? = null, title: String? = null, visuals: List<AnalysisVisual>? = null)
Properties
Link copied to clipboard
The layout content type of the sheet. Choose one of the following options:
Link copied to clipboard
A description of the sheet.
Link copied to clipboard
The list of filter controls that are on a sheet. For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .
Link copied to clipboard
Layouts define how the components of a sheet are arranged. For more information, see Types of layout in the Amazon QuickSight User Guide .
Link copied to clipboard
The list of parameter controls that are on a sheet. For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide .
Link copied to clipboard
The control layouts of the sheet.
Link copied to clipboard
The text boxes that are on a sheet.
Link copied to clipboard
A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.