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

Class: Aws::Chime::Types::UpdateProxySessionRequest

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

Overview

Note:

When passing UpdateProxySessionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  voice_connector_id: "NonEmptyString128", # required
  proxy_session_id: "NonEmptyString128", # required
  capabilities: ["Voice"], # required, accepts Voice, SMS
  expiry_minutes: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The proxy session capabilities.

Returns:

  • (Array<String>)

    The proxy session capabilities.

#expiry_minutesInteger

The number of minutes allowed for the proxy session.

Returns:

  • (Integer)

    The number of minutes allowed for the proxy session.

#proxy_session_idString

The proxy session ID.

Returns:

  • (String)

    The proxy session ID.

#voice_connector_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)

    The Amazon Chime voice connector ID.