ProcessedUpdateAction
public struct ProcessedUpdateAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the cache cluster
Declaration
Swift
public let cacheClusterId: String? -
The ID of the replication group
Declaration
Swift
public let replicationGroupId: String? -
The unique ID of the service update
Declaration
Swift
public let serviceUpdateName: String? -
The status of the update action on the Redis cluster
Declaration
Swift
public let updateActionStatus: UpdateActionStatus? -
Undocumented
Declaration
Swift
public init(cacheClusterId: String? = nil, replicationGroupId: String? = nil, serviceUpdateName: String? = nil, updateActionStatus: UpdateActionStatus? = nil)
View on GitHub
ProcessedUpdateAction Structure Reference