ResetDBClusterParameterGroupMessage
public struct ResetDBClusterParameterGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the cluster parameter group to reset.
Declaration
Swift
public let dBClusterParameterGroupName: String
-
A list of parameter names in the cluster parameter group to reset to the default values. You can’t use this parameter if the ResetAllParameters parameter is set to true.
Declaration
Swift
public let parameters: [Parameter]?
-
A value that is set to true to reset all parameters in the cluster parameter group to their default values, and false otherwise. You can’t use this parameter if there is a list of parameter names specified for the Parameters parameter.
Declaration
Swift
public let resetAllParameters: Bool?
-
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupName: String, parameters: [Parameter]? = nil, resetAllParameters: Bool? = nil)