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)


16094
16095
16096
16097
16098
# File 'lib/aws-sdk-ssm/types.rb', line 16094

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