Class: Aws::Types::CreateWorkspacesPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspacesPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_settings ⇒ Types::ApplicationSettingsRequest
Returns the value of attribute application_settings.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#capacity ⇒ Types::Capacity
Returns the value of attribute capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_settings ⇒ Types::TimeoutSettings
Returns the value of attribute timeout_settings.
Instance Attribute Details
#application_settings ⇒ Types::ApplicationSettingsRequest
Returns the value of attribute application_settings.
361 362 363 |
# File 'sig/types.rbs', line 361 def application_settings @application_settings end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def bundle_id @bundle_id end |
#capacity ⇒ Types::Capacity
Returns the value of attribute capacity.
359 360 361 |
# File 'sig/types.rbs', line 359 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
356 357 358 |
# File 'sig/types.rbs', line 356 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def directory_id @directory_id end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
355 356 357 |
# File 'sig/types.rbs', line 355 def pool_name @pool_name end |
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
363 364 365 |
# File 'sig/types.rbs', line 363 def running_mode @running_mode end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
360 361 362 |
# File 'sig/types.rbs', line 360 def @tags end |
#timeout_settings ⇒ Types::TimeoutSettings
Returns the value of attribute timeout_settings.
362 363 364 |
# File 'sig/types.rbs', line 362 def timeout_settings @timeout_settings end |