ModifyDBSubnetGroupMessage

public struct ModifyDBSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description for the subnet group.

    Declaration

    Swift

    public let dBSubnetGroupDescription: String?
  • The name for the subnet group. This value is stored as a lowercase string. You can’t modify the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mySubnetgroup

    Declaration

    Swift

    public let dBSubnetGroupName: String
  • The Amazon EC2 subnet IDs for the subnet group.

    Declaration

    Swift

    public let subnetIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(dBSubnetGroupDescription: String? = nil, dBSubnetGroupName: String, subnetIds: [String])