Class: Aws::Types::WorkSpaceApplication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def application_id
  @application_id
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def description
  @description
end

#license_type"LICENSED", "UNLICENSED"

Returns the value of attribute license_type.

Returns:

  • ("LICENSED", "UNLICENSED")


1627
1628
1629
# File 'sig/types.rbs', line 1627

def license_type
  @license_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def owner
  @owner
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "ERROR", "AVAILABLE", "UNINSTALL_ONLY")


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.

Returns:

  • (::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")])


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.

Returns:

  • (::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")])


1632
1633
1634
# File 'sig/types.rbs', line 1632

def supported_operating_system_names
  @supported_operating_system_names
end