BatchApplyUpdateActionMessage
public struct BatchApplyUpdateActionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The cache cluster IDs
Declaration
Swift
public let cacheClusterIds: [String]? -
The replication group IDs
Declaration
Swift
public let replicationGroupIds: [String]? -
The unique ID of the service update
Declaration
Swift
public let serviceUpdateName: String -
Undocumented
Declaration
Swift
public init(cacheClusterIds: [String]? = nil, replicationGroupIds: [String]? = nil, serviceUpdateName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchApplyUpdateActionMessage Structure Reference