Struct rusoto_appstream::CreateStreamingURLRequest [] [src]

pub struct CreateStreamingURLRequest {
    pub application_id: Option<String>,
    pub fleet_name: String,
    pub session_context: Option<String>,
    pub stack_name: String,
    pub user_id: String,
    pub validity: Option<i64>,
}

Fields

The ID of the application that must be launched after the session starts.

The fleet for which the URL is generated.

The sessionContext of the streaming URL.

The stack for which the URL is generated.

A unique user ID for whom the URL is generated.

The duration up to which the URL returned by this action is valid. The input can be any numeric value in seconds between 1 and 604800 seconds.

Trait Implementations

impl Default for CreateStreamingURLRequest
[src]

[src]

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

impl Debug for CreateStreamingURLRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateStreamingURLRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more