IpAddressUpdate

public struct IpAddressUpdate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ip

    The new IP address.

    Declaration

    Swift

    public let ip: String?
  • Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

    Declaration

    Swift

    public let ipId: String?
  • The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.

    Declaration

    Swift

    public let subnetId: String?
  • Undocumented

    Declaration

    Swift

    public init(ip: String? = nil, ipId: String? = nil, subnetId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws