Class: Aws::GameLiftStreams::Types::CreateStreamSessionAdminShellOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:token_value]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

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.

Returns:

  • (String)


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_urlString

An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.

Returns:

  • (String)


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_valueString

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.

Returns:

  • (String)


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