DashboardParameters

data class DashboardParameters(val dateTimeParameters: List<DashboardParametersDateTimeParameter>? = null, val decimalParameters: List<DashboardParametersDecimalParameter>? = null, val integerParameters: List<DashboardParametersIntegerParameter>? = null, val stringParameters: List<DashboardParametersStringParameter>? = null)

Constructors

Link copied to clipboard
constructor(dateTimeParameters: List<DashboardParametersDateTimeParameter>? = null, decimalParameters: List<DashboardParametersDecimalParameter>? = null, integerParameters: List<DashboardParametersIntegerParameter>? = null, stringParameters: List<DashboardParametersStringParameter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of parameters that have a data type of date-time. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of decimal. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of integer. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of string. See AWS API Documentation for complete description.