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