GetDbClusterParameterGroupResult

data class GetDbClusterParameterGroupResult(val parameters: Any? = null, val tags: List<DbClusterParameterGroupTag>? = null)

Constructors

Link copied to clipboard
fun GetDbClusterParameterGroupResult(parameters: Any? = null, tags: List<DbClusterParameterGroupTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameters: Any? = null

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

Link copied to clipboard

The list of tags for the cluster parameter group.