Class: Aws::WorkSpaces::Types::StartWorkspacesPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StartWorkspacesPoolRequest
- 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.
4547 4548 4549 4550 4551 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4547 class StartWorkspacesPoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |