Class: Aws::SSM::Types::TerminateSessionResponse

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 that has been terminated.

Returns:

  • (String)


15607
15608
15609
15610
# File 'lib/aws-sdk-ssm/types.rb', line 15607

class TerminateSessionResponse < Struct.new(
  :session_id)
  include Aws::Structure
end