Struct rusoto_appstream::Stack [] [src]

pub struct Stack {
    pub arn: Option<String>,
    pub created_time: Option<f64>,
    pub description: Option<String>,
    pub display_name: Option<String>,
    pub name: String,
    pub stack_errors: Option<Vec<StackError>>,
    pub storage_connectors: Option<Vec<StorageConnector>>,
}

Details about a stack.

Fields

The ARN of the stack.

The time stamp when the stack was created.

A meaningful description for the stack.

A display name for the stack.

The unique identifier of the stack.

The list of errors associated with the stack.

The storage connectors to be enabled for the stack.

Trait Implementations

impl Default for Stack
[src]

[src]

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

impl Debug for Stack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Stack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Stack

impl Sync for Stack