Struct rusoto_appstream::Application [] [src]

pub struct Application {
    pub display_name: Option<String>,
    pub enabled: Option<bool>,
    pub icon_url: Option<String>,
    pub launch_parameters: Option<String>,
    pub launch_path: Option<String>,
    pub metadata: Option<HashMap<String, String>>,
    pub name: Option<String>,
}

An entry for a single application in the application catalog.

Fields

The name of the application shown to the end users.

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

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

A list of arguments that are passed to the application at launch.

The path to the application executable in the instance.

Additional attributes that describe the application.

The unique identifier for the application.

Trait Implementations

impl Default for Application
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Application
[src]

[src]

Formats the value using the given formatter.

impl Clone for Application
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more