Struct rusoto_appstream::UpdateStackRequest [] [src]

pub struct UpdateStackRequest {
    pub delete_storage_connectors: Option<bool>,
    pub description: Option<String>,
    pub display_name: Option<String>,
    pub name: String,
    pub storage_connectors: Option<Vec<StorageConnector>>,
}

Fields

Remove all the storage connectors currently enabled for the stack.

The description displayed to end users on the AppStream 2.0 portal.

The name displayed to end users on the AppStream 2.0 portal.

The name of the stack to update.

The storage connectors to be enabled for the stack.

Trait Implementations

impl Default for UpdateStackRequest
[src]

[src]

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

impl Debug for UpdateStackRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateStackRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more