Class: Aws::SSM::Types::ResumeSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResumeSessionRequest
- 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 disconnected session to resume.
Instance Attribute Details
#session_id ⇒ String
The ID of the disconnected session to resume.
16695 16696 16697 16698 16699 |
# File 'lib/aws-sdk-ssm/types.rb', line 16695 class ResumeSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |