NodeGroupMemberUpdateStatus
public struct NodeGroupMemberUpdateStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cache cluster ID
Declaration
Swift
public let cacheClusterId: String?
-
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(cacheClusterId:cacheNodeId:nodeDeletionDate:nodeUpdateEndDate:nodeUpdateInitiatedBy:nodeUpdateInitiatedDate:nodeUpdateStartDate:nodeUpdateStatus:nodeUpdateStatusModifiedDate:)
Undocumented
Declaration
Swift
public init(cacheClusterId: String? = nil, cacheNodeId: String? = nil, nodeDeletionDate: TimeStamp? = nil, nodeUpdateEndDate: TimeStamp? = nil, nodeUpdateInitiatedBy: NodeUpdateInitiatedBy? = nil, nodeUpdateInitiatedDate: TimeStamp? = nil, nodeUpdateStartDate: TimeStamp? = nil, nodeUpdateStatus: NodeUpdateStatus? = nil, nodeUpdateStatusModifiedDate: TimeStamp? = nil)