Struct rusoto_storagegateway::AddWorkingStorageInput[][src]

pub struct AddWorkingStorageInput {
    pub disk_ids: Vec<String>,
    pub gateway_arn: String,
}

A JSON object containing one or more of the following fields:

Fields

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

Trait Implementations

impl Default for AddWorkingStorageInput
[src]

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

impl Debug for AddWorkingStorageInput
[src]

Formats the value using the given formatter. Read more

impl Clone for AddWorkingStorageInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AddWorkingStorageInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations