ParameterGroupStatus
public struct ParameterGroupStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The node IDs of one or more nodes to be rebooted.
Declaration
Swift
public let nodeIdsToReboot: [String]? -
The status of parameter updates.
Declaration
Swift
public let parameterApplyStatus: String? -
The name of the parameter group.
Declaration
Swift
public let parameterGroupName: String? -
Undocumented
Declaration
Swift
public init(nodeIdsToReboot: [String]? = nil, parameterApplyStatus: String? = nil, parameterGroupName: String? = nil)
View on GitHub
ParameterGroupStatus Structure Reference