Class: Aws::Chime::Types::MessagingSessionEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The websocket endpoint used to connect to Amazon Chime SDK messaging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The endpoint to which you establish a websocket connection.

Returns:

  • (String)


6281
6282
6283
6284
6285
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6281

class MessagingSessionEndpoint < Struct.new(
  :url)
  SENSITIVE = []
  include Aws::Structure
end