Class: Aws::Types::WorkspaceProperties
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_type_name ⇒ "VALUE", ...
Returns the value of attribute compute_type_name.
-
#global_accelerator ⇒ Types::GlobalAcceleratorForWorkSpace
Returns the value of attribute global_accelerator.
-
#operating_system_name ⇒ "AMAZON_LINUX_2", ...
Returns the value of attribute operating_system_name.
-
#protocols ⇒ ::Array[("PCOIP" | "WSP")]
Returns the value of attribute protocols.
-
#root_volume_size_gib ⇒ ::Integer
Returns the value of attribute root_volume_size_gib.
-
#running_mode ⇒ "AUTO_STOP", ...
Returns the value of attribute running_mode.
-
#running_mode_auto_stop_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute running_mode_auto_stop_timeout_in_minutes.
-
#user_volume_size_gib ⇒ ::Integer
Returns the value of attribute user_volume_size_gib.
Instance Attribute Details
#compute_type_name ⇒ "VALUE", ...
Returns the value of attribute compute_type_name.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def compute_type_name @compute_type_name end |
#global_accelerator ⇒ Types::GlobalAcceleratorForWorkSpace
Returns the value of attribute global_accelerator.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def global_accelerator @global_accelerator end |
#operating_system_name ⇒ "AMAZON_LINUX_2", ...
Returns the value of attribute operating_system_name.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def @operating_system_name end |
#protocols ⇒ ::Array[("PCOIP" | "WSP")]
Returns the value of attribute protocols.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def protocols @protocols end |
#root_volume_size_gib ⇒ ::Integer
Returns the value of attribute root_volume_size_gib.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def root_volume_size_gib @root_volume_size_gib end |
#running_mode ⇒ "AUTO_STOP", ...
Returns the value of attribute running_mode.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def running_mode @running_mode end |
#running_mode_auto_stop_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute running_mode_auto_stop_timeout_in_minutes.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def running_mode_auto_stop_timeout_in_minutes @running_mode_auto_stop_timeout_in_minutes end |
#user_volume_size_gib ⇒ ::Integer
Returns the value of attribute user_volume_size_gib.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def user_volume_size_gib @user_volume_size_gib end |