UpdateSubnetGroupRequest

public struct UpdateSubnetGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let description: String?
  • The name of the subnet group.

    Declaration

    Swift

    public let subnetGroupName: String
  • A list of subnet IDs in the subnet group.

    Declaration

    Swift

    public let subnetIds: [String]?
  • Undocumented

    Declaration

    Swift

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