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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The identifier of the streaming session.

Returns:

  • (String)

2754
2755
2756
2757
2758
# File 'lib/aws-sdk-appstream/types.rb', line 2754

class ExpireSessionRequest < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end