Class: Aws::SSM::Types::TerminateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TerminateSessionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The ID of the session that has been terminated.
Instance Attribute Details
#session_id ⇒ String
The ID of the session that has been terminated.
18844 18845 18846 18847 18848 |
# File 'lib/aws-sdk-ssm/types.rb', line 18844 class TerminateSessionResponse < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |