Class: Aws::GameLiftStreams::Types::CreateStreamSessionConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::CreateStreamSessionConnectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:signal_response]
Instance Attribute Summary collapse
-
#signal_response ⇒ String
The WebRTC answer string that the stream server generates in response to the ‘SignalRequest`.
Instance Attribute Details
#signal_response ⇒ String
The WebRTC answer string that the stream server generates in response to the ‘SignalRequest`.
988 989 990 991 992 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 988 class CreateStreamSessionConnectionOutput < Struct.new( :signal_response) SENSITIVE = [:signal_response] include Aws::Structure end |