SipAddress
public struct SipAddress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of the SIP address.
Declaration
Swift
public let type: SipType
-
The URI for the SIP address.
Declaration
Swift
public let uri: String
-
Undocumented
Declaration
Swift
public init(type: SipType, uri: String)
-
Declaration
Swift
public func validate(name: String) throws