Class: Aws::Chime::Types::MessagingSessionEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MessagingSessionEndpoint
- Includes:
- Structure
- Defined in:
- 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
-
#url ⇒ String
The endpoint to which you establish a websocket connection.
Instance Attribute Details
#url ⇒ String
The endpoint to which you establish a websocket connection.
6281 6282 6283 6284 6285 |
# File 'lib/aws-sdk-chime/types.rb', line 6281 class MessagingSessionEndpoint < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |