ModifyCacheSubnetGroupMessage

public struct ModifyCacheSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the cache subnet group.

    Declaration

    Swift

    public let cacheSubnetGroupDescription: String?
  • The name for the cache subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Example: mysubnetgroup

    Declaration

    Swift

    public let cacheSubnetGroupName: String
  • The EC2 subnet IDs for the cache subnet group.

    Declaration

    Swift

    public let subnetIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(cacheSubnetGroupDescription: String? = nil, cacheSubnetGroupName: String, subnetIds: [String]? = nil)