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