DashboardParameters

data class DashboardParameters(val dateTimeParameters: List<DashboardDateTimeParameter>? = null, val decimalParameters: List<DashboardDecimalParameter>? = null, val integerParameters: List<DashboardIntegerParameter>? = null, val stringParameters: List<DashboardStringParameter>? = null)

A list of Amazon QuickSight parameters and the list's override values.

Constructors

Link copied to clipboard
constructor(dateTimeParameters: List<DashboardDateTimeParameter>? = null, decimalParameters: List<DashboardDecimalParameter>? = null, integerParameters: List<DashboardIntegerParameter>? = null, stringParameters: List<DashboardStringParameter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameters that have a data type of date-time.

Link copied to clipboard

The parameters that have a data type of decimal.

Link copied to clipboard

The parameters that have a data type of integer.

Link copied to clipboard

The parameters that have a data type of string.