Class: Aws::Types::WorkspaceProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_type_name"VALUE", ...

Returns the value of attribute compute_type_name.

Returns:

  • ("VALUE", "STANDARD", "PERFORMANCE", "POWER", "GRAPHICS", "POWERPRO", "GENERALPURPOSE_4XLARGE", "GENERALPURPOSE_8XLARGE", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN", "GRAPHICS_G6_XLARGE", "GRAPHICS_G6_2XLARGE", "GRAPHICS_G6_4XLARGE", "GRAPHICS_G6_8XLARGE", "GRAPHICS_G6_16XLARGE", "GRAPHICS_GR6_4XLARGE", "GRAPHICS_GR6_8XLARGE", "GRAPHICS_G6F_LARGE", "GRAPHICS_G6F_XLARGE", "GRAPHICS_G6F_2XLARGE", "GRAPHICS_G6F_4XLARGE", "GRAPHICS_GR6F_4XLARGE")


1767
1768
1769
# File 'sig/types.rbs', line 1767

def compute_type_name
  @compute_type_name
end

#global_acceleratorTypes::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.

Returns:

  • ("AMAZON_LINUX_2", "UBUNTU_18_04", "UBUNTU_20_04", "UBUNTU_22_04", "UNKNOWN", "WINDOWS_10", "WINDOWS_11", "WINDOWS_7", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "RHEL_8", "ROCKY_8")


1769
1770
1771
# File 'sig/types.rbs', line 1769

def operating_system_name
  @operating_system_name
end

#protocols::Array[("PCOIP" | "WSP")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("PCOIP" | "WSP")])


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("AUTO_STOP", "ALWAYS_ON", "MANUAL")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def user_volume_size_gib
  @user_volume_size_gib
end