Struct rusoto_storagegateway::DescribeStorediSCSIVolumesInput [] [src]

pub struct DescribeStorediSCSIVolumesInput {
    pub volume_ar_ns: Vec<String>,
}

A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.

Fields

An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

Trait Implementations

impl Default for DescribeStorediSCSIVolumesInput
[src]

[src]

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

impl Debug for DescribeStorediSCSIVolumesInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStorediSCSIVolumesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations