Class: Aws::AppStream::Types::DrainSessionInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DrainSessionInstanceRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The identifier of the streaming session.
Instance Attribute Details
#session_id ⇒ String
The identifier of the streaming session.
3982 3983 3984 3985 3986 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3982 class DrainSessionInstanceRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |