You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::SipAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SipAddress
- Defined in:
- (unknown)
Overview
Note:
When passing SipAddress as input to an Aws::Client method, you can use a vanilla Hash:
{
uri: "SipUri", # required
type: "WORK", # required, accepts WORK
}
The SIP address for the contact containing the URI and SIP address type.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of the SIP address.
-
#uri ⇒ String
The URI for the SIP address.
Instance Attribute Details
#type ⇒ String
The type of the SIP address.
Possible values:
- WORK
#uri ⇒ String
The URI for the SIP address.