Class: Aws::WorkSpaces::Types::TerminateWorkspacesPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::TerminateWorkspacesPoolRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_id ⇒ String
The identifier of the pool.
Instance Attribute Details
#pool_id ⇒ String
The identifier of the pool.
4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4989 class TerminateWorkspacesPoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |