Struct rusoto_appstream::Session [] [src]

pub struct Session {
    pub authentication_type: Option<String>,
    pub fleet_name: String,
    pub id: String,
    pub stack_name: String,
    pub state: String,
    pub user_id: String,
}

Contains the parameters for a streaming session.

Fields

The authentication method of the user for whom the session was created. It can be API for a user authenticated using a streaming URL or SAML for a SAML federated user.

The name of the fleet for which the streaming session was created.

The unique ID for a streaming session.

The name of the stack for which the streaming session was created.

The current state of the streaming session.

The identifier of the user for whom the session was created.

Trait Implementations

impl Default for Session
[src]

[src]

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

impl Debug for Session
[src]

[src]

Formats the value using the given formatter.

impl Clone for Session
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more