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]

[src]

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

impl Debug for VTLDevice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VTLDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VTLDevice

impl Sync for VTLDevice