Class: Aws::SSM::Types::ResumeSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The ID of the disconnected session to resume.

Returns:

  • (String)


16324
16325
16326
16327
16328
# File 'lib/aws-sdk-ssm/types.rb', line 16324

class ResumeSessionRequest < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end