DetachStaticIpRequest

public struct DetachStaticIpRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the static IP to detach from the instance.

    Declaration

    Swift

    public let staticIpName: String
  • Undocumented

    Declaration

    Swift

    public init(staticIpName: String)
  • Declaration

    Swift

    public func validate(name: String) throws