Struct rusoto_appstream::CreateStackRequest [] [src]

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

Fields

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 unique identifier for this stack.

The storage connectors to be enabled for the stack.

Trait Implementations

impl Default for CreateStackRequest
[src]

[src]

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

impl Debug for CreateStackRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateStackRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more