Struct rusoto_storagegateway::DescribeVTLDevicesInput [] [src]

pub struct DescribeVTLDevicesInput {
    pub gateway_arn: GatewayARN,
    pub limit: Option<PositiveIntObject>,
    pub marker: Option<Marker>,
    pub vtl_device_ar_ns: Option<VTLDeviceARNs>,
}

DescribeVTLDevicesInput

Fields

Specifies that the number of VTL devices described be limited to the specified number.

An opaque string that indicates the position at which to begin describing the VTL devices.

An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.

All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.

Trait Implementations

impl Default for DescribeVTLDevicesInput
[src]

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

impl Debug for DescribeVTLDevicesInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeVTLDevicesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more