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.
-
#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.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#bundle_id ⇒ String
The identifier of the bundle for the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#capacity ⇒ Types::Capacity
The user capacity of the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The pool description.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory for the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#pool_name ⇒ String
The name of the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |
#timeout_settings ⇒ Types::TimeoutSettings
Indicates the timeout settings of the pool.
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1173 class CreateWorkspacesPoolRequest < Struct.new( :pool_name, :description, :bundle_id, :directory_id, :capacity, :tags, :application_settings, :timeout_settings) SENSITIVE = [] include Aws::Structure end |