CacheParameterGroupsMessage
public struct CacheParameterGroupsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
Declaration
Swift
public let cacheParameterGroups: [CacheParameterGroup]?
-
Provides an identifier to allow retrieval of paginated results.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(cacheParameterGroups: [CacheParameterGroup]? = nil, marker: String? = nil)