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
show all
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

Instance Attribute Details

#typeString

The type of the SIP address.

Possible values:

  • WORK

Returns:

  • (String)

    The type of the SIP address.

#uriString

The URI for the SIP address.

Returns:

  • (String)

    The URI for the SIP address.