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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


16599
16600
16601
16602
16603
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16599

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