You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::Application
- Defined in:
- (unknown)
Overview
Describes an application in the application catalog.
Instance Attribute Summary collapse
-
#display_name ⇒ String
The application name to display.
-
#enabled ⇒ Boolean
If there is a problem, the application can be disabled after image creation.
-
#icon_url ⇒ String
The URL for the application icon.
-
#launch_parameters ⇒ String
The arguments that are passed to the application at launch.
-
#launch_path ⇒ String
The path to the application executable in the instance.
-
#metadata ⇒ Hash<String,String>
Additional attributes that describe the application.
-
#name ⇒ String
The name of the application.
Instance Attribute Details
#display_name ⇒ String
The application name to display.
#enabled ⇒ Boolean
If there is a problem, the application can be disabled after image creation.
#icon_url ⇒ String
The URL for the application icon. This URL might be time-limited.
#launch_parameters ⇒ String
The arguments that are passed to the application at launch.
#launch_path ⇒ String
The path to the application executable in the instance.
#metadata ⇒ Hash<String,String>
Additional attributes that describe the application.
#name ⇒ String
The name of the application.