CacheNodeUpdateStatus
public struct CacheNodeUpdateStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The node ID of the cache cluster
Declaration
Swift
public let cacheNodeId: String? -
The deletion date of the node
Declaration
Swift
public let nodeDeletionDate: TimeStamp? -
The end date of the update for a node
Declaration
Swift
public let nodeUpdateEndDate: TimeStamp? -
Reflects whether the update was initiated by the customer or automatically applied
Declaration
Swift
public let nodeUpdateInitiatedBy: NodeUpdateInitiatedBy? -
The date when the update is triggered
Declaration
Swift
public let nodeUpdateInitiatedDate: TimeStamp? -
The start date of the update for a node
Declaration
Swift
public let nodeUpdateStartDate: TimeStamp? -
The update status of the node
Declaration
Swift
public let nodeUpdateStatus: NodeUpdateStatus? -
The date when the NodeUpdateStatus was last modified>
Declaration
Swift
public let nodeUpdateStatusModifiedDate: TimeStamp? -
init(cacheNodeId:nodeDeletionDate:nodeUpdateEndDate:nodeUpdateInitiatedBy:nodeUpdateInitiatedDate:nodeUpdateStartDate:nodeUpdateStatus:nodeUpdateStatusModifiedDate:)Undocumented
Declaration
Swift
public init(cacheNodeId: String? = nil, nodeDeletionDate: TimeStamp? = nil, nodeUpdateEndDate: TimeStamp? = nil, nodeUpdateInitiatedBy: NodeUpdateInitiatedBy? = nil, nodeUpdateInitiatedDate: TimeStamp? = nil, nodeUpdateStartDate: TimeStamp? = nil, nodeUpdateStatus: NodeUpdateStatus? = nil, nodeUpdateStatusModifiedDate: TimeStamp? = nil)
View on GitHub
CacheNodeUpdateStatus Structure Reference