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.
17255 17256 17257 17258 17259 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17255 class ResumeSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |