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_nameString

The application name to display.

Returns:

  • (String)

    The application name to display.

#enabledBoolean

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_urlString

The URL for the application icon. This URL might be time-limited.

Returns:

  • (String)

    The URL for the application icon.

#launch_parametersString

The arguments that are passed to the application at launch.

Returns:

  • (String)

    The arguments that are passed to the application at launch.

#launch_pathString

The path to the application executable in the instance.

Returns:

  • (String)

    The path to the application executable in the instance.

#metadataHash<String,String>

Additional attributes that describe the application.

Returns:

  • (Hash<String,String>)

    Additional attributes that describe the application.

#nameString

The name of the application.

Returns:

  • (String)

    The name of the application.