DeleteCacheSubnetGroupMessage

public struct DeleteCacheSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cache subnet group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

    Declaration

    Swift

    public let cacheSubnetGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(cacheSubnetGroupName: String)