Class: Aws::WorkSpaces::Types::StopWorkspacesPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StopWorkspacesPoolRequest
- Defined in:
- gems/aws-sdk-workspaces/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.
4596 4597 4598 4599 4600 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4596 class StopWorkspacesPoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |