CacheParameterGroupStatus
public struct CacheParameterGroupStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
Declaration
Swift
public let cacheNodeIdsToReboot: [String]?
-
The name of the cache parameter group.
Declaration
Swift
public let cacheParameterGroupName: String?
-
The status of parameter updates.
Declaration
Swift
public let parameterApplyStatus: String?
-
Undocumented
Declaration
Swift
public init(cacheNodeIdsToReboot: [String]? = nil, cacheParameterGroupName: String? = nil, parameterApplyStatus: String? = nil)