Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::ProxySession

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The proxy session capabilities.

Returns:

  • (Array<String>)

    The proxy session capabilities.

#created_timestampTime

The created timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The created timestamp, in ISO 8601 format.

#ended_timestampTime

The ended timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The ended timestamp, in ISO 8601 format.

#expiry_minutesInteger

The number of minutes allowed for the proxy session.

Returns:

  • (Integer)

    The number of minutes allowed for the proxy session.

#geo_match_levelString

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Possible values:

  • Country
  • AreaCode

Returns:

  • (String)

    The preference for matching the country or area code of the proxy phone number with that of the first participant.

#geo_match_paramsTypes::GeoMatchParams

The country and area code for the proxy phone number.

Returns:

#nameString

The name of the proxy session.

Returns:

  • (String)

    The name of the proxy session.

#number_selection_behaviorString

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Possible values:

  • PreferSticky
  • AvoidSticky

Returns:

  • (String)

    The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

#participantsArray<Types::Participant>

The proxy session participants.

Returns:

#proxy_session_idString

The proxy session ID.

Returns:

  • (String)

    The proxy session ID.

#statusString

The status of the proxy session.

Possible values:

  • Open
  • InProgress
  • Closed

Returns:

  • (String)

    The status of the proxy session.

#updated_timestampTime

The updated timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The updated timestamp, in ISO 8601 format.

#voice_connector_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)

    The Amazon Chime voice connector ID.