Class: Aws::Types::UpdateWorkspacesPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspacesPoolRequest
- 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_id ⇒ ::String
Returns the value of attribute pool_id.
-
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
-
#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.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def application_settings @application_settings end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def bundle_id @bundle_id end |
#capacity ⇒ Types::Capacity
Returns the value of attribute capacity.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def directory_id @directory_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def pool_id @pool_id end |
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def running_mode @running_mode end |
#timeout_settings ⇒ Types::TimeoutSettings
Returns the value of attribute timeout_settings.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def timeout_settings @timeout_settings end |