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
show all
Defined in:
(unknown)

Overview

Describes an application in the application catalog.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name ⇒ String

The application name to display.

Returns:

  • (String) —

    The application name to display.

#enabled ⇒ Boolean

If there is a problem, the application can be disabled after image creation.

Returns:

  • (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.

Returns:

  • (String) —

    The URL for the application icon.

#launch_parameters ⇒ String

The arguments that are passed to the application at launch.

Returns:

  • (String) —

    The arguments that are passed to the application at launch.

#launch_path ⇒ String

The path to the application executable in the instance.

Returns:

  • (String) —

    The path to the application executable in the instance.

#metadata ⇒ Hash<String,String>

Additional attributes that describe the application.

Returns:

  • (Hash<String,String>) —

    Additional attributes that describe the application.

#name ⇒ String

The name of the application.

Returns:

  • (String) —

    The name of the application.