Struct rusoto_storagegateway::VTLDevice [] [src]

pub struct VTLDevice {
    pub devicei_scsi_attributes: Option<DeviceiSCSIAttributes>,
    pub vtl_device_arn: Option<VTLDeviceARN>,
    pub vtl_device_product_identifier: Option<VTLDeviceProductIdentifier>,
    pub vtl_device_type: Option<VTLDeviceType>,
    pub vtl_device_vendor: Option<VTLDeviceVendor>,
}

Represents a device object associated with a gateway-VTL.

Fields

A list of iSCSI information about a VTL device.

Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

Trait Implementations

impl Default for VTLDevice
[src]

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

impl Debug for VTLDevice
[src]

Formats the value using the given formatter.

impl Clone for VTLDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more