CacheEngineVersionMessage
public struct CacheEngineVersionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
Declaration
Swift
public let cacheEngineVersions: [CacheEngineVersion]? -
Provides an identifier to allow retrieval of paginated results.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(cacheEngineVersions: [CacheEngineVersion]? = nil, marker: String? = nil)
View on GitHub
CacheEngineVersionMessage Structure Reference