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]

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

impl Debug for DescribeStorediSCSIVolumesInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStorediSCSIVolumesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeStorediSCSIVolumesInput
[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