Class: Aws::GameLiftStreams::Types::CreateStreamSessionAdminShellOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::CreateStreamSessionAdminShellOutput
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:token_value]
Instance Attribute Summary collapse
-
#session_id ⇒ String
An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session.
-
#stream_url ⇒ String
An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.
-
#token_value ⇒ String
An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL.
Instance Attribute Details
#session_id ⇒ String
An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1260 class CreateStreamSessionAdminShellOutput < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [:token_value] include Aws::Structure end |
#stream_url ⇒ String
An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1260 class CreateStreamSessionAdminShellOutput < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [:token_value] include Aws::Structure end |
#token_value ⇒ String
An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.
1260 1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1260 class CreateStreamSessionAdminShellOutput < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [:token_value] include Aws::Structure end |