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

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 session to terminate.

Returns:

  • (String)


17651
17652
17653
17654
17655
# File 'lib/aws-sdk-ssm/types.rb', line 17651

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