Class: Aws::AppStream::Types::ExpireSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ExpireSessionRequest
- Includes:
- Structure
- Defined in:
- 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.
3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-appstream/types.rb', line 3421 class ExpireSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |