Class: Aws::WorkSpaces::Types::CreateWorkspacesPoolRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_settingsTypes::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_idString

The identifier of the bundle for the pool.

Returns:

  • (String)


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

#capacityTypes::Capacity

The user capacity of the pool.

Returns:



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

#descriptionString

The pool description.

Returns:

  • (String)


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_idString

The identifier of the directory for the pool.

Returns:

  • (String)


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_nameString

The name of the pool.

Returns:

  • (String)


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_modeString

The running mode for the pool.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags for the pool.

Returns:



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_settingsTypes::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