ModifyClusterSubnetGroupMessage

public struct ModifyClusterSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the subnet group to be modified.

    Declaration

    Swift

    public let clusterSubnetGroupName: String
  • A text description of the subnet group to be modified.

    Declaration

    Swift

    public let description: String?
  • An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

    Declaration

    Swift

    public let subnetIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(clusterSubnetGroupName: String, description: String? = nil, subnetIds: [String])