Class: Aws::Types::DescribeApplicationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_ids ⇒ ::Array[::String]
Returns the value of attribute application_ids.
-
#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 compute_type_names.
-
#license_type ⇒ "LICENSED", "UNLICENSED"
Returns the value of attribute license_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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 operating_system_names.
-
#owner ⇒ ::String
Returns the value of attribute owner.
Instance Attribute Details
#application_ids ⇒ ::Array[::String]
Returns the value of attribute application_ids.
549 550 551 |
# File 'sig/types.rbs', line 549 def application_ids @application_ids end |
#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 compute_type_names.
550 551 552 |
# File 'sig/types.rbs', line 550 def compute_type_names @compute_type_names end |
#license_type ⇒ "LICENSED", "UNLICENSED"
Returns the value of attribute license_type.
551 552 553 |
# File 'sig/types.rbs', line 551 def license_type @license_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
554 555 556 |
# File 'sig/types.rbs', line 554 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
555 556 557 |
# File 'sig/types.rbs', line 555 def next_token @next_token end |
#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 operating_system_names.
552 553 554 |
# File 'sig/types.rbs', line 552 def @operating_system_names end |
#owner ⇒ ::String
Returns the value of attribute owner.
553 554 555 |
# File 'sig/types.rbs', line 553 def owner @owner end |