Class: Aws::SSM::Types::TerminateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TerminateSessionRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The ID of the session to terminate.
Instance Attribute Details
#session_id ⇒ String
The ID of the session to terminate.
18832 18833 18834 18835 18836 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18832 class TerminateSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |