Struct rusoto_storagegateway::CreateStorediSCSIVolumeOutput[][src]

pub struct CreateStorediSCSIVolumeOutput {
    pub target_arn: Option<String>,
    pub volume_arn: Option<String>,
    pub volume_size_in_bytes: Option<i64>,
}

A JSON object containing the following fields:

Fields

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

The Amazon Resource Name (ARN) of the configured volume.

The size of the volume in bytes.

Trait Implementations

impl Default for CreateStorediSCSIVolumeOutput
[src]

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

impl Debug for CreateStorediSCSIVolumeOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateStorediSCSIVolumeOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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