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

Class: Aws::ConnectParticipant::Types::Websocket

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

Overview

The websocket for the participant's connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_expiryString

The URL expiration timestamp in ISO date format.

It\'s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Returns:

  • (String)

    The URL expiration timestamp in ISO date format.

#urlString

The URL of the websocket.

Returns:

  • (String)

    The URL of the websocket.