Struct rusoto_glacier::ListVaultsOutput [] [src]

pub struct ListVaultsOutput {
    pub marker: Option<String>,
    pub vault_list: Option<Vec<DescribeVaultOutput>>,
}

Contains the Amazon Glacier response to your request.

Fields

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

List of vaults.

Trait Implementations

impl Default for ListVaultsOutput
[src]

[src]

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

impl Debug for ListVaultsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListVaultsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more