Class: Aws::Types::WorkspacesPool
- Inherits:
-
Object
- Object
- Aws::Types::WorkspacesPool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_settings ⇒ Types::ApplicationSettingsResponse
Returns the value of attribute application_settings.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#capacity_status ⇒ Types::CapacityStatus
Returns the value of attribute capacity_status.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#errors ⇒ ::Array[Types::WorkspacesPoolError]
Returns the value of attribute errors.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#timeout_settings ⇒ Types::TimeoutSettings
Returns the value of attribute timeout_settings.
Instance Attribute Details
#application_settings ⇒ Types::ApplicationSettingsResponse
Returns the value of attribute application_settings.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def application_settings @application_settings end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def bundle_id @bundle_id end |
#capacity_status ⇒ Types::CapacityStatus
Returns the value of attribute capacity_status.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def capacity_status @capacity_status end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def description @description end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def directory_id @directory_id end |
#errors ⇒ ::Array[Types::WorkspacesPoolError]
Returns the value of attribute errors.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def errors @errors end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def pool_id @pool_id end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def pool_name @pool_name end |
#running_mode ⇒ "AUTO_STOP", "ALWAYS_ON"
Returns the value of attribute running_mode.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def running_mode @running_mode end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def state @state end |
#timeout_settings ⇒ Types::TimeoutSettings
Returns the value of attribute timeout_settings.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def timeout_settings @timeout_settings end |