Class: Aws::AppStream::Types::Application

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes an application in the application catalog.

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The application name to display.

Returns:

  • (String)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#enabledBoolean

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

Returns:

  • (Boolean)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#icon_urlString

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

Returns:

  • (String)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#launch_parametersString

The arguments that are passed to the application at launch.

Returns:

  • (String)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#launch_pathString

The path to the application executable in the instance.

Returns:

  • (String)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#metadataHash<String,String>

Additional attributes that describe the application.

Returns:

  • (Hash<String,String>)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


44
45
46
47
48
49
50
51
52
53
# File 'lib/aws-sdk-appstream/types.rb', line 44

class Application < Struct.new(
  :name,
  :display_name,
  :icon_url,
  :launch_path,
  :launch_parameters,
  :enabled,
  :metadata)
  include Aws::Structure
end