Class: Aws::AppStream::Types::ExpireSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The identifier of the streaming session.

Returns:

  • (String)


1763
1764
1765
1766
# File 'lib/aws-sdk-appstream/types.rb', line 1763

class ExpireSessionRequest < Struct.new(
  :session_id)
  include Aws::Structure
end