[][src]Struct rusoto_appstream::UpdateStackRequest

pub struct UpdateStackRequest {
    pub attributes_to_delete: Option<Vec<String>>,
    pub description: Option<String>,
    pub display_name: Option<String>,
    pub feedback_url: Option<String>,
    pub name: String,
    pub redirect_url: Option<String>,
    pub storage_connectors: Option<Vec<StorageConnector>>,
    pub user_settings: Option<Vec<UserSetting>>,
}

Fields

The stack attributes to delete.

The description for display.

The stack name for display.

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

The name of the stack.

The URL that users are redirected to after their streaming session ends.

The storage connectors to enable.

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

Trait Implementations

impl Clone for UpdateStackRequest
[src]

Performs copy-assignment from source. Read more

impl Default for UpdateStackRequest
[src]

impl PartialEq<UpdateStackRequest> for UpdateStackRequest
[src]

impl Debug for UpdateStackRequest
[src]

impl Serialize for UpdateStackRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T