Class: Aws::WorkSpaces::Types::TerminateWorkspacesPoolSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::TerminateWorkspacesPoolSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The identifier of the pool session.
Instance Attribute Details
#session_id ⇒ String
The identifier of the pool session.
5005 5006 5007 5008 5009 |
# File 'lib/aws-sdk-workspaces/types.rb', line 5005 class TerminateWorkspacesPoolSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |