Struct rusoto_storagegateway::VTLDevice[][src]

pub struct VTLDevice {
    pub devicei_scsi_attributes: Option<DeviceiSCSIAttributes>,
    pub vtl_device_arn: Option<String>,
    pub vtl_device_product_identifier: Option<String>,
    pub vtl_device_type: Option<String>,
    pub vtl_device_vendor: Option<String>,
}

Represents a device object associated with a tape gateway.

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. Read more

impl Clone for VTLDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for VTLDevice

impl Sync for VTLDevice