Class: Aws::WorkSpaces::Types::CreateWorkspacesPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateWorkspacesPoolRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_settings ⇒ Types::ApplicationSettingsRequest
Indicates the application settings of the pool.
-
#bundle_id ⇒ String
The identifier of the bundle for the pool.
-
#capacity ⇒ Types::Capacity
The user capacity of the pool.
-
#description ⇒ String
The pool description.
-
#directory_id ⇒ String
The identifier of the directory for the pool.
-
#pool_name ⇒ String
The name of the pool.
-
#running_mode ⇒ String
The running mode for the pool.
-
#tags ⇒ Array<Types::Tag>
The tags for the pool.
-
#timeout_settings ⇒ Types::TimeoutSettings
Indicates the timeout settings of the pool.
Instance Attribute Details
#application_settings ⇒ Types::ApplicationSettingsRequest
Indicates the application settings of the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#bundle_id ⇒ String
The identifier of the bundle for the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#capacity ⇒ Types::Capacity
The user capacity of the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The pool description.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory for the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#pool_name ⇒ String
The name of the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#running_mode ⇒ String
The running mode for the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |
#timeout_settings ⇒ Types::TimeoutSettings
Indicates the timeout settings of the pool.
1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1216 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings, :running_mode) SENSITIVE = [] include Aws::Structure end |