Class: Aws::SSM::Types::StartSessionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The ID of the session.

Returns:

  • (String)


12465
12466
12467
12468
12469
12470
# File 'lib/aws-sdk-ssm/types.rb', line 12465

class StartSessionResponse < Struct.new(
  :session_id,
  :token_value,
  :stream_url)
  include Aws::Structure
end

#stream_urlString

A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output from the instance. Format: ‘wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)`

region represents the Region identifier for an AWS Region supported by AWS Systems Manager, such as ‘us-east-2` for the US East (Ohio) Region. For a list of supported region values, see the Region column in the [AWS Systems Manager table of regions and endpoints] in the *AWS General Reference*.

session-id represents the ID of a Session Manager session, such as ‘1a2b3c4dEXAMPLE`.

[1]: docs.aws.amazon.com/general/latest/gr/rande.html#ssm_region

Returns:

  • (String)


12465
12466
12467
12468
12469
12470
# File 'lib/aws-sdk-ssm/types.rb', line 12465

class StartSessionResponse < Struct.new(
  :session_id,
  :token_value,
  :stream_url)
  include Aws::Structure
end

#token_valueString

An encrypted token value containing session and caller information. Used to authenticate the connection to the instance.

Returns:

  • (String)


12465
12466
12467
12468
12469
12470
# File 'lib/aws-sdk-ssm/types.rb', line 12465

class StartSessionResponse < Struct.new(
  :session_id,
  :token_value,
  :stream_url)
  include Aws::Structure
end