Class: Aws::AppStream::Types::ExpireSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ExpireSessionRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass ExpireSessionRequest data as a hash:
{
session_id: "String", # required
}
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.
3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3277 class ExpireSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |