ReservedCacheNodeMessage
public struct ReservedCacheNodeMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Provides an identifier to allow retrieval of paginated results.
Declaration
Swift
public let marker: String?
-
A list of reserved cache nodes. Each element in the list contains detailed information about one node.
Declaration
Swift
public let reservedCacheNodes: [ReservedCacheNode]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, reservedCacheNodes: [ReservedCacheNode]? = nil)