Class: Aws::Types::WorkSpaceApplication
- Inherits:
-
Object
- Object
- Aws::Types::WorkSpaceApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#license_type ⇒ "LICENSED", "UNLICENSED"
Returns the value of attribute license_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#supported_compute_type_names ⇒ ::Array[("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")]
Returns the value of attribute supported_compute_type_names.
-
#supported_operating_system_names ⇒ ::Array[("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")]
Returns the value of attribute supported_operating_system_names.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def application_id @application_id end |
#created ⇒ ::Time
Returns the value of attribute created.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def description @description end |
#license_type ⇒ "LICENSED", "UNLICENSED"
Returns the value of attribute license_type.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def license_type @license_type end |
#name ⇒ ::String
Returns the value of attribute name.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def owner @owner end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def state @state end |
#supported_compute_type_names ⇒ ::Array[("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")]
Returns the value of attribute supported_compute_type_names.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def supported_compute_type_names @supported_compute_type_names end |
#supported_operating_system_names ⇒ ::Array[("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")]
Returns the value of attribute supported_operating_system_names.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def @supported_operating_system_names end |