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

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

Returns:

  • (String)


17844
17845
17846
17847
17848
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17844

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