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.
4802 4803 4804 4805 4806 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4802 class StartWorkspacesPoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |