Struct rusoto_storagegateway::AddWorkingStorageInput [] [src]

pub struct AddWorkingStorageInput {
    pub disk_ids: DiskIds,
    pub gateway_arn: GatewayARN,
}

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.

impl Clone for AddWorkingStorageInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more