Class: Aws::WorkSpaces::Types::TerminateWorkspacesPoolSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::TerminateWorkspacesPoolSessionRequest
- Defined in:
- gems/aws-sdk-workspaces/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.
4679 4680 4681 4682 4683 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4679 class TerminateWorkspacesPoolSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |