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

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

Returns:

  • (String)


17832
17833
17834
17835
17836
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17832

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