Class: Aws::SSM::Types::TerminateSessionRequest

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

Overview

Note:

When making an API call, you may pass TerminateSessionRequest data as a hash:

{
  session_id: "SessionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The ID of the session to terminate.

Returns:

  • (String)


12802
12803
12804
12805
# File 'lib/aws-sdk-ssm/types.rb', line 12802

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