ParameterGroupStatusResponse

data class ParameterGroupStatusResponse(val nodeIdsToReboot: List<String>? = null, val parameterApplyStatus: String? = null, val parameterGroupName: String? = null)

Definition of ParameterGroupStatus

Constructors

Link copied to clipboard
constructor(nodeIdsToReboot: List<String>? = null, parameterApplyStatus: String? = null, parameterGroupName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The node IDs of one or more nodes to be rebooted.

Link copied to clipboard

The status of parameter updates.

Link copied to clipboard

The name of the parameter group.